ToolboxService::IToolboxService::RemoveToolboxItem Method (ToolboxItem^)

 

Removes the specified toolbox item from the toolbox.

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

private:
virtual void RemoveToolboxItem(
	ToolboxItem^ toolboxItem
) sealed = IToolboxService::RemoveToolboxItem

Parameters

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

The ToolboxItem to remove from the toolbox.

Exception Condition
ArgumentNullException

toolboxItem is null.

.NET Framework
Available since 2.0
Return to top
Show: