CheckGroupBoxOnPaintBackground Method

Paints the background of the control.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected override void OnPaintBackground(
	PaintEventArgs pevent
)

Parameters

pevent  PaintEventArgs
A PaintEventArgs that contains information about the control to paint.

See Also