Returns the names of all the tool categories currently on the toolbox
[Visual Basic] Function GetCategoryNames() As String () [C#] string[] GetCategoryNames(); [C++] String* GetCategoryNames() [] = 0; [JScript] function GetCategoryNames() : String[];
An array of string category names
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace