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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.