次の方法で共有


ToolboxControl.SelectedTool プロパティ

定義

ツールボックスで選択されているツールを取得または設定します。

public:
 property System::Drawing::Design::ToolboxItem ^ SelectedTool { System::Drawing::Design::ToolboxItem ^ get(); };
public System.Drawing.Design.ToolboxItem SelectedTool { get; }
member this.SelectedTool : System.Drawing.Design.ToolboxItem
Public ReadOnly Property SelectedTool As ToolboxItem

プロパティ値

ToolboxItem

選択されている ToolboxItem オブジェクト。

適用対象