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( _ ByVal toolboxItem As ToolboxItem, _ ByVal category As String _ ) [C#] void RemoveTool( ToolboxItem toolboxItem, string category ); [C++] void RemoveTool( ToolboxItem* toolboxItem, String* category ) = 0; [JScript] function RemoveTool( toolboxItem : ToolboxItem, category : String );
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace | IToolboxService.RemoveTool Overload List