DataGridViewImageColumn Constructor (Boolean)
Initializes a new instance of the DataGridViewImageColumn class, optionally configuring it for use with Icon cell values.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This constructor initializes the column by setting the following properties.
Property | Value |
|---|---|
A new DataGridViewImageCell with its ValueIsIcon property initialized to the valuesAreIcons parameter value. | |
The value of the valuesAreIcons 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. | A standard error graphic of type Icon if valuesAreIcons is true and type Bitmap if valuesAreIcons is false. |
To ensure that the alpha channel of Icon cell values is painted correctly, use this constructor with a valuesAreIcons parameter value of true.
Available since 2.0
DataGridView
DataGridViewCell::Value
ValuesAreIcons
CellTemplate
DataGridViewImageCell
DataGridViewImageCell::ValueIsIcon
DefaultCellStyle
DataGridViewCellStyle
DataGridViewCellStyle::Alignment
DataGridViewCellStyle::NullValue
Icon
Bitmap
Image
DataGridViewImageColumn Overload
DataGridViewImageColumn Class
System.Windows.Forms Namespace