The DataDynamics.ActiveReports.Toolbar namespace contains Toolbar, Tool, and Button classes used to control the viewer's toolbar.
| Class | Description |
|---|---|
| Button | Displays a standard push button on the toolbar. |
| CheckButton | Displays a three state button on the toolbar. |
| PlaceHolder | Represents a place holder for Windows forms controls to be hosted on the toolbar. |
| Separator | Displays a vertical separator on the toolbar. |
| Tool | Represents a tool on a toolbar. |
| Toolbar | Represents the viewer control's toolbar. |
| ToolbarAccessible | Provides information that accessibility applications use to adjust the toolbar's UI for users with impairments. |
| ToolClickEventArgs | Provides data for the ToolClick event. |
| ToolsCollection | Encapsulates a collection of Tool objects for use by the Toolbar class. |
| Enumeration | Description |
|---|---|
| ButtonStyle | Determines the display style of a toolbar button tool. |
| Delegate | Description |
|---|---|
| ToolClickEventHandler | Represents the method that will handle the ToolClick event of a Toolbar. |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.