共用方式為


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 物件。

適用於