ActiveReports 13
Toolbox Class
Members 

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace : Toolbox Class
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

Reference

Toolbox Members
GrapeCity.ActiveReports.Design.Toolbox Namespace