ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / OnPaintBackground Method

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

    Parameters

    pevent
    See Also