AdvancedPanelOnPaintBackground 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 e
)

Parameters

e  PaintEventArgs
The event data.

Exceptions

ArgumentNullException.NET 5 and later versions only: e is .

See Also