ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class / GetToolboxItems Method / GetToolboxItems(String) Method
The toolbox item category to retrieve all the toolbox items from.

In This Topic
    GetToolboxItems(String) Method
    In This Topic
    Gets a collection of toolbox items from the toolbox that match the specified category.
    Syntax
    'Declaration
     
    Public Overloads Function GetToolboxItems( _
       ByVal category As String _
    ) As ToolboxItemCollection
    public ToolboxItemCollection GetToolboxItems( 
       string category
    )

    Parameters

    category
    The toolbox item category to retrieve all the toolbox items from.

    Return Value

    A System.Drawing.Design.ToolboxItemCollection that contains the current toolbox items that are associated with the specified category.
    See Also