次の方法で共有


IToolboxService.GetSelectedToolboxItem メソッド

現在選択されているツールボックス項目を取得します。

オーバーロードの一覧

現在選択されているツールボックス項目を取得します。

[Visual Basic] Overloads Function GetSelectedToolboxItem() As ToolboxItem

[C#] ToolboxItem GetSelectedToolboxItem();

[C++] ToolboxItem* GetSelectedToolboxItem();

[JScript] function GetSelectedToolboxItem() : ToolboxItem;

すべてのデザイナで使用できるか、指定したデザイナをサポートしている場合は、現在選択されているツールボックス項目を取得します。

[Visual Basic] Overloads Function GetSelectedToolboxItem(IDesignerHost) As ToolboxItem

[C#] ToolboxItem GetSelectedToolboxItem(IDesignerHost);

[C++] ToolboxItem* GetSelectedToolboxItem(IDesignerHost*);

[JScript] function GetSelectedToolboxItem(IDesignerHost) : ToolboxItem;

参照

IToolboxService インターフェイス | IToolboxService メンバ | System.Drawing.Design 名前空間