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.GetSelectedTool

Retrieves the currently selected tool.

[Visual Basic]
Function GetSelectedTool() As ToolboxItem
[C#]
ToolboxItem GetSelectedTool();
[C++]
ToolboxItem* GetSelectedTool() = 0;
[JScript]
function GetSelectedTool() : ToolboxItem;

Return Value

The class of the currently selected tool, or null if no tool is selected.

See Also

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