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

In This Topic
    AddToolboxItem(ToolboxItem) 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 Sub AddToolboxItem( _
       ByVal toolboxItem As ToolboxItem _
    ) 
    public void AddToolboxItem( 
       ToolboxItem toolboxItem
    )

    Parameters

    toolboxItem
    See Also