ActiveReports 13
AddToolboxItem(ToolboxItem,String) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > FlatToolbox Class > AddToolboxItem Method : AddToolboxItem(ToolboxItem,String) Method
The AddToolboxItem method adds a ToolboxItem to the toolbox, creating the optionally specified category if it does not exist.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub AddToolboxItem( _
   ByVal toolboxItem As ToolboxItem, _
   ByVal category As String _
) 
public override void AddToolboxItem( 
   ToolboxItem toolboxItem,
   string category
)

Parameters

toolboxItem
category
See Also

Reference

FlatToolbox Class
FlatToolbox Members
Overload List