ツールボックスに追加するコンポーネントを格納している配列を取得または設定します。
Public ReadOnly Property Components As IComponent ()
[C#]
public IComponent[] Components {get;}
[C++]
public: __property IComponent* get_Components();
[JScript]
public function get Components() : IComponent[];
プロパティ値
ツールボックスに追加するコンポーネントを示す IComponent 型の配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ToolboxComponentsCreatedEventArgs クラス | ToolboxComponentsCreatedEventArgs メンバ | System.Drawing.Design 名前空間