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


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

    Parameters

    pevent
    See Also