次の方法で共有


ComponentTray.AutoArrange プロパティ

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

Public Property AutoArrange As Boolean
[C#]
public bool AutoArrange {get; set;}
[C++]
public: __property bool get_AutoArrange();public: __property void set_AutoArrange(bool);
[JScript]
public function get AutoArrange() : Boolean;public function set AutoArrange(Boolean);

プロパティ値

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ComponentTray クラス | ComponentTray メンバ | System.Windows.Forms.Design 名前空間