ActiveReports Developer 7
ToolBarObject Class
Members  See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace : ToolBarObject Class

Glossary Item Box

A customizable toolbar object to be used with the FlashViewer.

Object Model

ToolBarObject Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ToolBarObject 
C# 
public sealed class ToolBarObject 

Remarks

Once you create a custom toolbar, specify this object in the WebViewer's FlashViewerToolBar property.

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Web.Controls.ToolBarObject

See Also