Wimark.Controls Class Library  

DataGridViewImageCell.Image Property

Gets or sets the image assigned to the cell.

[Visual Basic]
Public Property Image As Image 
[C#]
public Image Image {get; set;}
[C++]
public: __property Image* get_Image();
public: __property void set_Image(Image*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewImageCell Class | DataGridViewImageCell Members | Wimark.Controls Namespace