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();
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace