PaintStateEventArgs Class

Represents arguments of for the PaintState(TState, PaintEventArgs) event.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public class PaintStateEventArgs : PaintEventArgs
Inheritance
Object    EventArgs    PaintEventArgs    PaintStateEventArgs

Properties

State Gets the appearance state of the control for the painting.

See Also