ActiveReports Developer 7
CategoryNames Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : CategoryNames Property

Glossary Item Box

Gets the System.Drawing.Design CategoryNameCollection containing the categories available in the toolbox.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CategoryNames As System.Drawing.Design.CategoryNameCollection
C# 
public System.Drawing.Design.CategoryNameCollection CategoryNames {get;}

See Also