ToolboxService::CategoryNames Property
.NET Framework (current version)
Gets a collection of strings depicting available categories of the toolbox.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
protected: property CategoryNameCollection^ CategoryNames { virtual CategoryNameCollection^ get() abstract; }
The category names correspond to various toolbox categories. If a toolbox does not implement any form of categories, the CategoryNames property may return an empty collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: