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