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.GetSelectedCategory

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;

Return Value

The currently selected category.

See Also

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