Paints the background of the control.

Namespace:  BeeMobile.ColorPicker
Assembly:  BeeMobile.ColorPicker.CF35 (in BeeMobile.ColorPicker.CF35.dll) Version: 3.5.2.2

Syntax

C#
protected override void OnPaintBackground(
	PaintEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnPaintBackground ( _
	e As PaintEventArgs _
)
Visual C++
protected:
virtual void OnPaintBackground(
	PaintEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms..::.PaintEventArgs
A System.Windows.Forms.PaintEventArgs that contains information about the control to paint.

See Also