[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.GetToolboxItems

GetToolboxItems Method

GetToolboxItems(string)

Gets a collection of toolbox items from the toolbox that match the specified category.

Declaration
public ToolboxItemCollection GetToolboxItems(string category)
Parameters
Type Name Description
string category

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

Returns
Type Description
ToolboxItemCollection

A ToolboxItemCollection that contains the current toolbox items that are associated with the specified category.

Implements

GetToolboxItems()

Gets the entire collection of toolbox items from the toolbox.

Declaration
public ToolboxItemCollection GetToolboxItems()
Returns
Type Description
ToolboxItemCollection

A ToolboxItemCollection that contains the current toolbox items.

Implements