Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonControlHost Class / OnPaint Method

In This Topic
    OnPaint Method (RibbonControlHost)
    In This Topic
    Raises the Paint event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    protected virtual void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    See Also