FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid 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 Overrides Sub DrawRow( _
       ByVal e As PaintEventArgs, _
       ByVal row As Integer, _
       ByVal colorMode As DrawColorMode _
    ) 
    protected override void DrawRow( 
       PaintEventArgs e,
       int row,
       DrawColorMode colorMode
    )

    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