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

In This Topic
    AddLinkedToolboxItem(ToolboxItem,String,IDesignerHost) Method
    In This Topic
    The AddLinkedToolboxItem method adds a ToolboxItem that is only enabled for the current project to the toolbox.
    Syntax
    'Declaration
     
    Public Overloads Sub AddLinkedToolboxItem( _
       ByVal toolboxItem As ToolboxItem, _
       ByVal category As String, _
       ByVal host As IDesignerHost _
    ) 
    public void AddLinkedToolboxItem( 
       ToolboxItem toolboxItem,
       string category,
       IDesignerHost host
    )

    Parameters

    toolboxItem
    category
    host
    See Also