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 ThreeState As Boolean
Get
Set
abstract ThreeState : bool with get, set
Property Value
Type:
Booleantrue if three state; otherwise,
false.
See Also