AdvancedButtonOnPaintState Method

Paints the specified state of this control, and raises the PaintState event.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void OnPaintState(
	PaintStateEventArgs e
)

Parameters

e  PaintStateEventArgs
A PaintStateEventArgs that contains the event data.

See Also