ControlAppearanceState Class

Represents appearance status information of a control that supports buffered fading animations.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public sealed class ControlAppearanceState
Inheritance
Object    ControlAppearanceState

Properties

BackColor Gets the back color that should be used when the control is painted.
CheckState When applicable, gets the check state to be painted for the control.
Enabled Gets whether the control should be painted in enabled state.
Focused Gets whether the control should be painted in focused state.
ForeColor Gets the fore color that should be used when the control is painted.
Hovered Gets whether the control should be painted in hovered state.
IsDefault Gets whether the control should be painted as a default button.
Pressed Gets whether the control should be painted in pressed state.
Text Gets the text that should be painted for the control.
Visible Gets whether the control should be painted in a visible state. When the control is invisible, its background (parent area) should be painted.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
GetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also