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


The following tables list the members exposed by Button.

Public Constructors

 NameDescription
Public ConstructorButton ConstructorInitializes a new instance of the Button class.  
Top

Public Properties

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

Public Methods

 NameDescription
Public MethodCalcSizeOverridden. Calculates the size of the specified button, in inches.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeReleases the button instance from memory. (Inherited from System.ComponentModel.Component)
Public MethodDrawOverridden. Draws the button on the specified Graphics object.  
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