ActiveReports Developer 7
Toolbox Class
Members  See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace : Toolbox Class

Glossary Item Box

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

Visual Basic (Declaration) 
Public NotInheritable Class Toolbox 
   Inherits GroupListbar
C# 
public sealed class Toolbox : GroupListbar 

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.Toolbox

See Also