次の方法で共有


ComponentTray.AutoArrange プロパティ

定義

トレイの項目を自動的に配置するかどうかを示す値を取得または設定します。

public:
 property bool AutoArrange { bool get(); void set(bool value); };
public bool AutoArrange { get; set; }
member this.AutoArrange : bool with get, set
Public Property AutoArrange As Boolean

プロパティ値

Boolean

トレイの項目を自動的に配置する場合は true。それ以外の場合は false

適用対象