ToggleButtonChecked Property |
Gets or sets a value indicating whether this
ToggleButton is checked.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Checked { get; set; }
Public Property Checked As Boolean
Get
Set
member Checked : bool with get, set
Property Value
Type:
Booleantrue if checked; otherwise,
false.
See Also