Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / OnPaint Method
PaintEventArgs object that contains the event data


In This Topic
    OnPaint Method (FpColorPicker)
    In This Topic
    Handles the paint event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim e As PaintEventArgs
     
    instance.OnPaint(e)
    protected override void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    PaintEventArgs object that contains the event data
    See Also