ActiveReports.Viewer6 Send comments on this topic.
Tool Class Members
See Also  Properties  Methods  Events
ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Toolbar Namespace : Tool Class


The following tables list the members exposed by Tool.

Public Properties

 NameDescription
Public PropertyAcceleratorReturns a char that indicates whether the tool contains an accelerator key.  
Public PropertyCaptionGets or sets the text displayed on the tool.  
Public PropertyEnabledGets or sets a value indicating whether the tool is enabled.  
Public PropertyIdUnique number associated with the tool.  
Public PropertyImageIndexGets or sets the index value of the image assigned to the tool.  
Public PropertyShortcutGets or sets the enumerated shortcut keys to use for the tool.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySizeGets the size of the tool in inches.  
Public PropertyTagGets or sets user-defined information to be persisted with the control.  
Public PropertyToolTipGets or sets the text that appears as a ToolTip for a tool.  
Public PropertyVisibleGets or sets a value indicating whether the tool is visible.  
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeReleases the tool instance from memory. (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also