Indicator ColumnDraw Image Method
This is used to draw the cell image on behalf of the cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The image to display or null if there is no image
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected Image? DrawImage(
Object? value,
int rowIndex
)VB
Protected Function DrawImage (
value As Object,
rowIndex As Integer
) As ImageC++
protected:
Image^ DrawImage(
Object^ value,
int rowIndex
)F#
member DrawImage :
value : Object *
rowIndex : int -> Image Parameters
Return Value
ImageThe image to display or null if there is no image