Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Office2010ColorPicker Class / OnPaint Method


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

    Parameters

    e
    See Also