ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / OnPaint Method

In This Topic
    OnPaint Method (C1ScrollBar)
    In This Topic
    Paints the scrollbar.
    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