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

 

Removes the specified toolbox item from the toolbox.

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

void RemoveToolboxItem(
	ToolboxItem^ toolboxItem,
	String^ category
)

Parameters

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

The ToolboxItem to remove from the toolbox.

category
Type: System::String^

The toolbox item category to remove the ToolboxItem from.

.NET Framework
Available since 1.1
Return to top
Show: