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

In This Topic
    GetToolboxItems() Method
    In This Topic
    Gets the entire collection of toolbox items from the toolbox.
    Syntax
    'Declaration
     
    Public Overloads Function GetToolboxItems() As ToolboxItemCollection
    public ToolboxItemCollection GetToolboxItems()

    Return Value

    A System.Drawing.Design.ToolboxItemCollection that contains the current toolbox items.
    See Also