Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / OnPaint Method
A System.Windows.Forms.PaintEventArgs that contains the event data


In This Topic
    OnPaint Method (FpScrollBar)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim e As PaintEventArgs
     
    instance.OnPaint(e)
    protected override void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    A System.Windows.Forms.PaintEventArgs that contains the event data
    See Also