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)

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
);

Parameters

toolboxItem
The tool to remove.

See Also

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