Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ControlBase Class / OnPaintBackground Method


In This Topic
    OnPaintBackground Method (ControlBase)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaintBackground( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ControlBase
    Dim e As PaintEventArgs
     
    instance.OnPaintBackground(e)
    protected override void OnPaintBackground( 
       PaintEventArgs e
    )

    Parameters

    e
    See Also