次の方法で共有


ComponentDocumentDesigner.TrayAutoArrange プロパティ

デザイナのコンポーネント トレイが自動配置モードであるかどうかを示す値を取得または設定します。

Public Property TrayAutoArrange As Boolean
[C#]
public bool TrayAutoArrange {get; set;}
[C++]
public: __property bool get_TrayAutoArrange();public: __property void set_TrayAutoArrange(bool);
[JScript]
public function get TrayAutoArrange() : Boolean;public function set TrayAutoArrange(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 セキュリティ:

参照

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