Click or drag to resize

RadioToolItemIHandlerChecked Property

Gets or sets a value indicating whether this item is checked.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Checked { get; set; }

Property Value

Type: Boolean
true if checked; otherwise, false.
See Also