NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IToolboxService.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( _
   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
);

Parameters

toolboxItem
The tool to remove.
category
The category (tab) which contains the component

See Also

IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace | IToolboxService.RemoveTool Overload List