ActiveReports.Viewer3 Request technical support
Tool Class Members
See Also  Properties  Methods  Events


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 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 EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Top

See Also