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

In This Topic
    RemoveToolboxItem(ToolboxItem,String) Method
    In This Topic
    The RemoveToolboxItem method removes the specified ToolboxItem.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveToolboxItem( _
       ByVal toolboxItem As ToolboxItem, _
       ByVal category As String _
    ) 
    public void RemoveToolboxItem( 
       ToolboxItem toolboxItem,
       string category
    )

    Parameters

    toolboxItem
    category
    See Also