'Declaration Public Overloads Sub RemoveToolboxItem( _ ByVal toolboxItem As ToolboxItem, _ ByVal category As String _ )
public void RemoveToolboxItem( ToolboxItem toolboxItem, string category )
Parameters
- toolboxItem
- The System.Drawing.Design ToolboxItem to remove from the toolbox.
- category
- A String that describes the toolbox category from which you want to remove the ToolboxItem.