[]
Draws a grid row.
protected virtual void DrawRow(PaintEventArgs e, int row)
Type | Name | Description |
---|---|---|
PaintEventArgs | e | A PaintEventArgs that contains a Graphics object where the row will be drawn. |
int | row | Index of the row to draw. |
This method is for internal use. It allows inherited classes to customize the grid appearance.
Draws a grid row.
protected virtual void DrawRow(PaintEventArgs e, int row, DrawColorMode colorMode)
Type | Name | Description |
---|---|---|
PaintEventArgs | e | A PaintEventArgs that contains a Graphics object where the row will be drawn. |
int | row | Index of the row to draw. |
DrawColorMode | colorMode | Drawing color mode. |
This method is for internal use. It allows inherited classes to customize the grid appearance.