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

[To be supplied.]

Overload List

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(ToolboxItem, String)
[C#] void RemoveTool(ToolboxItem, String);
[C++] void RemoveTool(ToolboxItem*, String) = 0;
[JScript] function 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(ToolboxItem)
[C#] void RemoveTool(ToolboxItem);
[C++] void RemoveTool(ToolboxItem*) = 0;
[JScript] function RemoveTool(ToolboxItem);

See Also

IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace