RatingColumnDrawImage 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: 2023.4.9.0
protected Image DrawImage(
	Object value,
	int rowIndex,
	int mouseIndex
)

Parameters

value  Object
The current cell value
rowIndex  Int32
The cell's row index
mouseIndex  Int32
The index under the mouse or -1 if the mouse isn't over an index

Return Value

Image
The image to display or null if there is no image

See Also