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

Call this method to notify the toolbox that the selected tool has been used. Generally after a tool is selected and used, it is automatically unselected.

[Visual Basic]
Sub SelectedToolUsed()
[C#]
void SelectedToolUsed();
[C++]
void SelectedToolUsed() = 0;
[JScript]
function SelectedToolUsed();

See Also

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