DataGridViewCheckBoxColumn Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the DataGridViewCheckBoxColumn and configures it to display check boxes with two or three states.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- threeState
-
Type:
System::Boolean
true to display check boxes with three states; false to display check boxes with two states.
This constructor initializes the column by setting the following properties.
Property | Value |
|---|---|
A new DataGridViewCheckBoxCell with its ThreeState property initialized to the threeState parameter value. | |
The value of the threeState parameter. | |
The Alignment property of the DataGridViewCellStyle object returned by the DefaultCellStyle property. | |
The NullValue property of the DataGridViewCellStyle object returned by the DefaultCellStyle property. | CheckState::Indeterminate if threeState is true; otherwise, false. |
.NET Framework
Available since 2.0
Available since 2.0
Show: