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

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
);

Parameters

category
The category to select on the toolbox.

See Also

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