ToggleButton Class |
Namespace: Eto.Forms
The ToggleButton type exposes the following members.
Name | Description | |
---|---|---|
ToggleButton | Initializes a new instance of the ToggleButton class |
Name | Description | |
---|---|---|
GetCallback |
Gets the callback instance for the ToggleButton.
(Overrides ButtonGetCallback.) | |
OnCheckedChanged |
Raises the Checked event.
| |
PerformClick |
Clicks the toggle button programatically, raising the same events and toggling the Checked state if Enabled and Visible.
(Overrides ButtonPerformClick.) |
Name | Description | |
---|---|---|
CheckedChanged |
Occurs when the Checked value changes.
|
Name | Description | |
---|---|---|
CheckedChangedEvent |
Identifier for handlers when attaching the CheckedChanged event.
|