[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Toolbox.FlatToolbox.AddToolboxItem

AddToolboxItem Method

AddToolboxItem(ToolboxItem, string)

Adds a ToolboxItem to the toolbox, creating the optionally specified category if it does not exist.

Declaration
public override void AddToolboxItem(ToolboxItem toolboxItem, string category)
Parameters
Type Name Description
ToolboxItem toolboxItem

The ToolboxItem to add to the toolbox.

string category

The category to add the toolbox item to. If the category does not exist, it will be created.

Overrides