Check Box ListThree State Property
This is used to set or get whether or not the checkboxes support three states rather than two
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is to use only two states (checked and unchecked). Setting this to true enables the third state (indeterminate).
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool ThreeState { get; set; }VB
Public Property ThreeState As Boolean
Get
SetC++
public:
property bool ThreeState {
bool get ();
void set (bool value);
}F#
member ThreeState : bool with get, setProperty Value
BooleanThe default is to use only two states (checked and unchecked). Setting this to true enables the third state (indeterminate).