Button.ToggleMode Field

GeonBit.UI

ButtonToggleMode Field
If true, button will behave as a checkbox, meaning when you click on it it will stay pressed and have 'checked' value of true.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ToggleMode

Field Value

Type: Boolean
See Also