  | ExtendedFormOnPaintBackground Method  | 
 
            Paints the background of the control.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected override void OnPaintBackground(
	PaintEventArgs pevent
)
Protected Overrides Sub OnPaintBackground ( 
	pevent As PaintEventArgs
)
protected:
virtual void OnPaintBackground(
	PaintEventArgs^ pevent
) override
abstract OnPaintBackground : 
        pevent : PaintEventArgs -> unit 
override OnPaintBackground : 
        pevent : PaintEventArgs -> unit Parameters
- pevent
 - Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains the event data. 
See Also