ToolboxService::CategoryNames Property

 

Gets a collection of strings depicting available categories of the toolbox.

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

protected:
property CategoryNameCollection^ CategoryNames {
	virtual CategoryNameCollection^ get() abstract;
}

Property Value

Type: System.Drawing.Design::CategoryNameCollection^

A collection of category names.

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
Return to top
Show: