IToolboxService::AddToolboxItem Method (ToolboxItem^, String^)

 

Adds the specified toolbox item to the toolbox in the specified category.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

void AddToolboxItem(
	ToolboxItem^ toolboxItem,
	String^ category
)

Parameters

toolboxItem
Type: System.Drawing.Design::ToolboxItem^

The ToolboxItem to add to the toolbox.

category
Type: System::String^

The toolbox item category to add the ToolboxItem to.

.NET Framework
Available since 1.1
Return to top
Show: