Version

IsThreeState Property

Specifies whether the check editor toggles between three states or two states. Default value is false.
Syntax
'Declaration
 
Public Property IsThreeState As Boolean
public bool IsThreeState {get; set;}
Remarks

If IsThreeState is set to true then the check editor will toggle between three states: checked, unchecked and indeterminate. When the editor is in indeterminate state, the Value and IsChecked properties will return null value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also