Click or drag to resize

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)
Syntax
protected override void OnPaintBackground(
	PaintEventArgs pevent
)

Parameters

pevent
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains the event data.
See Also