ActiveReports 13
AddToolboxItem(ToolboxItem,String) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox 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 Overridable Sub AddToolboxItem( _
   ByVal toolboxItem As ToolboxItem, _
   ByVal category As String _
) 
public virtual void AddToolboxItem( 
   ToolboxItem toolboxItem,
   string category
)

Parameters

toolboxItem
category
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List