Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / OnPaint Method / OnPaint(PaintEventArgs,Object) Method


In This Topic
    OnPaint(PaintEventArgs,Object) Method
    In This Topic
    Internal use only. Paints the control.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub OnPaint( _
       ByVal e As PaintEventArgs, _
       ByVal val As Object _
    ) 
    'Usage
     
    
    Dim instance As FpProgress
    Dim e As PaintEventArgs
    Dim val As Object
     
    instance.OnPaint(e, val)
    protected override void OnPaint( 
       PaintEventArgs e,
       object val
    )

    Parameters

    e
    val
    See Also