FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / OnPaintBackground Method
A System.Windows.Forms.PaintEventArgs that contains information about the control to paint.

In This Topic
    OnPaintBackground Method (C1FlexGrid)
    In This Topic
    Paints the control background.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPaintBackground( _
       ByVal e As PaintEventArgs _
    ) 
    protected virtual void OnPaintBackground( 
       PaintEventArgs e
    )

    Parameters

    e
    A System.Windows.Forms.PaintEventArgs that contains information about the control to paint.
    See Also