IToolboxService::SelectedCategory Property

 

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

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

property String^ SelectedCategory {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the currently selected category.

.NET Framework
Available since 1.1
Return to top
Show: