[]
Draws a grid row.
protected virtual void DrawRow(PaintEventArgs e, int row)
Protected Overridable Sub DrawRow(e As PaintEventArgs, row As Integer)
| 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)
Protected Overridable Sub DrawRow(e As PaintEventArgs, row As Integer, colorMode As DrawColorMode)
| 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.