C1.Win.FlexGrid Namespace / C1FlexGridBase Class / DrawRow Method / DrawRow(PaintEventArgs,Int32,DrawColorMode) Method
A System.Windows.Forms.PaintEventArgs that contains a System.Drawing.Graphics object where the row will be drawn.
Index of the row to draw.
Drawing color mode.

In This Topic
DrawRow(PaintEventArgs,Int32,DrawColorMode) Method
In This Topic
Draws a grid row.
Syntax
'Declaration
 
Protected Overloads Overridable Sub DrawRow( _
   ByVal e As PaintEventArgs, _
   ByVal row As Integer, _
   ByVal colorMode As DrawColorMode _
) 
 

Parameters

e
A System.Windows.Forms.PaintEventArgs that contains a System.Drawing.Graphics object where the row will be drawn.
row
Index of the row to draw.
colorMode
Drawing color mode.
Remarks
This method is for internal use. It allows inherited classes to customize the grid appearance.
See Also