ToolboxService.IToolboxService.AddToolboxItem Method

Definition

Adds the specified toolbox item to the toolbox.

Overloads

IToolboxService.AddToolboxItem(ToolboxItem)

For a description of this member, see the AddToolboxItem(ToolboxItem) method.

IToolboxService.AddToolboxItem(ToolboxItem, String)

For a description of this member, see the AddToolboxItem(ToolboxItem, String) method.

IToolboxService.AddToolboxItem(ToolboxItem)

For a description of this member, see the AddToolboxItem(ToolboxItem) method.

 virtual void System.Drawing.Design.IToolboxService.AddToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem) = System::Drawing::Design::IToolboxService::AddToolboxItem;
void IToolboxService.AddToolboxItem (System.Drawing.Design.ToolboxItem toolboxItem);
abstract member System.Drawing.Design.IToolboxService.AddToolboxItem : System.Drawing.Design.ToolboxItem -> unit
override this.System.Drawing.Design.IToolboxService.AddToolboxItem : System.Drawing.Design.ToolboxItem -> unit
Sub AddToolboxItem (toolboxItem As ToolboxItem) Implements IToolboxService.AddToolboxItem

Parameters

toolboxItem
ToolboxItem

The ToolboxItem to add to the toolbox.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

Applies to

IToolboxService.AddToolboxItem(ToolboxItem, String)

For a description of this member, see the AddToolboxItem(ToolboxItem, String) method.

 virtual void System.Drawing.Design.IToolboxService.AddToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem, System::String ^ category) = System::Drawing::Design::IToolboxService::AddToolboxItem;
void IToolboxService.AddToolboxItem (System.Drawing.Design.ToolboxItem toolboxItem, string category);
abstract member System.Drawing.Design.IToolboxService.AddToolboxItem : System.Drawing.Design.ToolboxItem * string -> unit
override this.System.Drawing.Design.IToolboxService.AddToolboxItem : System.Drawing.Design.ToolboxItem * string -> unit
Sub AddToolboxItem (toolboxItem As ToolboxItem, category As String) Implements IToolboxService.AddToolboxItem

Parameters

toolboxItem
ToolboxItem

The ToolboxItem to add to the toolbox.

category
String

The toolbox item category to add the ToolboxItem to.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

Applies to