Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor 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 GeneralEditor
    Dim e As PaintEventArgs
     
    instance.OnPaintBackground(e)
    protected virtual void OnPaintBackground( 
       PaintEventArgs e
    )

    Parameters

    e
    PaintEventArgs object that contains event data
    See Also