NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IToolboxService.GetCategoryNames

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[];

Return Value

An array of string category names

See Also

IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace