Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / OnPaint Method
Event data


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

    Parameters

    e
    Event data
    See Also