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

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

    Parameters

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