CheckBox Members

The CheckBox type exposes the following members.

Constructors


  Name Description
Public method CheckBox
Initializes a new instance of the [CheckBox] class.

Methods


  Name Description
Protected method OnStateChanged

Properties


  Name Description
Public property Button
Gets the button.
Public property Checked
Gets or sets a value indicating whether this [CheckBox] is checked.
Public property Label
Gets the label.
Public property Text
Gets or sets the text.

Events


  Name Description
Public event CheckedChanged
Raised when [checked changed].