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