Retrieves the currently selected tool.
[Visual Basic] Function GetSelectedTool() As ToolboxItem [C#] ToolboxItem GetSelectedTool(); [C++] ToolboxItem* GetSelectedTool() = 0; [JScript] function GetSelectedTool() : ToolboxItem;
The class of the currently selected tool, or null if no tool is selected.
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace