Share via


IToolboxService.SetSelectedToolboxItem(ToolboxItem) 方法

定義

選取指定的工具列項目。

public:
 void SetSelectedToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem);
public void SetSelectedToolboxItem (System.Drawing.Design.ToolboxItem toolboxItem);
abstract member SetSelectedToolboxItem : System.Drawing.Design.ToolboxItem -> unit
Public Sub SetSelectedToolboxItem (toolboxItem As ToolboxItem)

參數

toolboxItem
ToolboxItem

要選取的 ToolboxItem

適用於