ActiveReports.Viewer3 Request technical support
DataDynamics.ActiveReports.Toolbar Namespace
See Also  Inheritance Hierarchy
The DataDynamics.ActiveReports.Toolbar namespace contains Toolbar, Tool, and Button classes used to control the viewer's toolbar.

Classes

ClassDescription
AccessibleToolbarButton Specifies accessibility support for the toolbar button.
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.

Delegates

DelegateDescription
ToolClickEventHandler Represents the method that will handle the ToolClick event of a Toolbar.

Enumerations

EnumerationDescription
ButtonStyle Specifies the display style of a toolbar button tool.
ColorTheme Specifies the color theme associated with the toolbar.

See Also