ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / Toolbox Class
Members

In This Topic
    Toolbox Class
    In This Topic
    The base class for the Toolbox control that provides the methods and properties to manage and query the Designer toolbox.
    Object Model
    Toolbox Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Toolbox 
       Inherits BaseToolbox
    public sealed class Toolbox : BaseToolbox 
    Remarks
    The Toolbox control can be used in conjunction with the End-User Report Designer control to provide a drag-and-drop interface of the tools available for use on reports.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.UserControl
                            GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox
                               GrapeCity.ActiveReports.Design.Toolbox.Toolbox

    See Also