FormOnPaintBackground Method

Paints the background of the control.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
protected override void OnPaintBackground(
	PaintEventArgs e
)

Parameters

e  PaintEventArgs
A PaintEventArgs that contains the event data.

See Also