ActiveReports 13
GetToolboxItems(String) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > GetToolboxItems Method : GetToolboxItems(String) Method
The toolbox item category to retrieve all the toolbox items from.
Gets a collection of toolbox items from the toolbox that match the specified category.
Syntax
'Declaration
 
Public Overloads Function GetToolboxItems( _
   ByVal category As String _
) As ToolboxItemCollection
public ToolboxItemCollection GetToolboxItems( 
   string category
)

Parameters

category
The toolbox item category to retrieve all the toolbox items from.

Return Value

A System.Drawing.Design.ToolboxItemCollection that contains the current toolbox items that are associated with the specified category.
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List