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

プロパティ値

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

適用対象