Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / OnPaintBackground Method
Event data


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

    Parameters

    e
    Event data
    See Also