ToolboxService::SelectedCategory Property

 

Gets or sets the name of the currently selected category.

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

protected:
property String^ SelectedCategory {
	virtual String^ get() abstract;
	virtual void set(String^ value) abstract;
}

Property Value

Type: System::String^

A string containing the name of the currently selected category.

In general, toolbox items are grouped into categories.

.NET Framework
Available since 2.0
Return to top
Show: