CheckBox Class |
Namespace: Eto.Forms
The CheckBox type exposes the following members.
Name | Description | |
---|---|---|
Checked |
Gets or sets the checked state
| |
CheckedBinding |
Gets a binding for the Checked property
| |
ThreeState |
Gets or sets a value indicating whether this CheckBox allows three states: true, false, or null
|
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides TextControlGetCallback.) | |
OnCheckedChanged |
Raises the CheckedChanged event.
|
Name | Description | |
---|---|---|
CheckedChanged |
Occurs when Checked property is changed by the user
|