ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / FlatToolbox Class / AddToolboxItem Method / AddToolboxItem(ToolboxItem,String) Method

In This Topic
    AddToolboxItem(ToolboxItem,String) Method
    In This Topic
    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