Click or drag to resize
Wizard .NET Library

ThemedImageButtonOnPaintBackground Method

Paints the background of the control.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected override void OnPaintBackground(
	PaintEventArgs pevent
)
Request Example View Source

Parameters

pevent
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains information about the control to paint.
See Also