[To be supplied.]
Removes the given tool from the toolbox. This will throw an exception if the tool does not exist on the toolbox.
[Visual Basic] Overloads Sub RemoveTool(ToolboxItem, String)
[C#] void RemoveTool(ToolboxItem, String);
[C++] void RemoveTool(ToolboxItem*, String) = 0;
[JScript] function RemoveTool(ToolboxItem, String);
Removes the given tool from the toolbox. This will throw an exception if the tool does not exist on the toolbox.
[Visual Basic] Overloads Sub RemoveTool(ToolboxItem)
[C#] void RemoveTool(ToolboxItem);
[C++] void RemoveTool(ToolboxItem*) = 0;
[JScript] function RemoveTool(ToolboxItem);
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace