ToolboxService::IToolboxService::RemoveToolboxItem Method (ToolboxItem^)
.NET Framework (current version)
Removes the specified toolbox item from the toolbox.
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
Available since 2.0
Show: