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