ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnPaintBackground Method
A System.Windows.Forms.PaintEventArgs that contains information about the control to paint.

In This Topic
    OnPaintBackground Method (C1FlexPivotGrid)
    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