Sets the currently selected tool in the toolbox. This will throw an exception if the class you are requesting is not on the toolbox.
[Visual Basic] Sub SetSelectedTool( _ ByVal toolboxItem As ToolboxItem _ ) [C#] void SetSelectedTool( ToolboxItem toolboxItem ); [C++] void SetSelectedTool( ToolboxItem* toolboxItem ) = 0; [JScript] function SetSelectedTool( toolboxItem : ToolboxItem );
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace