DataGridViewCheckBoxCell Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the DataGridViewCheckBoxCell class, enabling binary or ternary state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- threeState
-
Type:
System::Boolean
true to enable ternary state; false to enable binary state.
The standard operation of a check box allows for two states: checked and unchecked. When the threeState parameter is set to true, an additional, indeterminate state is allowed, which is visually denoted by a grey partial check.
.NET Framework
Available since 2.0
Available since 2.0
Show: