Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnPaint Method / OnPaint(PaintEventArgs) Method
Event arguments


In This Topic
    OnPaint(PaintEventArgs) Method
    In This Topic
    Raises the Paint event, which paints the edit control.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim e As PaintEventArgs
     
    instance.OnPaint(e)
    protected virtual void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also