Button.Checked Property

GeonBit.UI

ButtonChecked Property
When button is in Toggle mode, this is the current value (it button checked or not).

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Checked { get; set; }

Property Value

Type: Boolean
See Also