DataGridViewImageCell Constructor ()

 

Initializes a new instance of the DataGridViewImageCell class, configuring it for use with cell values other than Icon objects.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DataGridViewImageCell()

This constructor calls DataGridViewImageCell(Boolean) with a valueIsIcon parameter value of false.

.NET Framework
Available since 2.0
Return to top
Show: