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

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

    Parameters

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