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


The following tables list the members exposed by CheckButton.

Public Constructors

 NameDescription
Public ConstructorCheckButton ConstructorInitializes a new instance of the CheckButton class.  
Top

Public Properties

 NameDescription
Public PropertyAcceleratorReturns a char that indicates whether the button contains an accelerator key. (Inherited from Button)
Public PropertyButtonStyleGets or sets the enumerated ButtonStyle of the toolbar button. (Inherited from Button)
Public PropertyCaptionGets or sets the text displayed on the tool. (Inherited from Tool)
Public PropertyCheckStateGets or sets a value that determines the current state of a CheckButton 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 MethodCalcSizeCalculates the size of the specified CheckButton. (Inherited from Button)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodDrawOverridden. Draws the CheckButton 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