Click or drag to resize

CheckBoxIHandlerThreeState Property

Gets or sets a value indicating whether this CheckBox allows three states: true, false, or null

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

Property Value

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