IToolboxService.SelectedCategory Property

Definition

Gets or sets the name of the currently selected tool category from the toolbox.

public:
 property System::String ^ SelectedCategory { System::String ^ get(); void set(System::String ^ value); };
public string SelectedCategory { get; set; }
member this.SelectedCategory : string with get, set
Public Property SelectedCategory As String

Property Value

The name of the currently selected category.

Applies to