Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnPaintBackground Method / OnPaintBackground(PaintEventArgs) Method
PaintEventArgs object that contains event data


In This Topic
    OnPaintBackground(PaintEventArgs) Method
    In This Topic
    Occurs when the background of the control is painted.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnPaintBackground( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCombo
    Dim e As PaintEventArgs
     
    instance.OnPaintBackground(e)
    protected virtual void OnPaintBackground( 
       PaintEventArgs e
    )

    Parameters

    e
    PaintEventArgs object that contains event data
    See Also