Returns the name of the currently selected tool category from the toolbox
[Visual Basic] Function GetSelectedCategory() As String [C#] string GetSelectedCategory(); [C++] String* GetSelectedCategory() = 0; [JScript] function GetSelectedCategory() : String;
The currently selected category.
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace