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

In This Topic
    OnPaint Method (C1Ribbon)
    In This Topic
    Paints the control. Raises the System.Windows.Forms.Control.Paint event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaint( _
       ByVal e As System.Windows.Forms.PaintEventArgs _
    ) 
    protected override void OnPaint( 
       System.Windows.Forms.PaintEventArgs e
    )

    Parameters

    e
    See Also