ToolboxService::SelectedCategory Property
.NET Framework (current version)
Gets or sets the name of the currently selected category.
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
Available since 2.0
Show: