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

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

    Parameters

    toolboxItem
    See Also