RatingColumnDrawImage Method
This is used to draw the cell image on behalf of the cell
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected Image DrawImage(
Object value,
int rowIndex,
int mouseIndex
)
Protected Function DrawImage (
value As Object,
rowIndex As Integer,
mouseIndex As Integer
) As Image
protected:
Image^ DrawImage(
Object^ value,
int rowIndex,
int mouseIndex
)
member DrawImage :
value : Object *
rowIndex : int *
mouseIndex : int -> Image
- 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
ImageThe image to display or null if there is no image