Enum ControlState
Defines control state.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum ControlState
Fields
Default = 32Specifies that control is in the default state.
Disabled = 2Specifies that control is in the disabled state.
Focused = 16Specifies that control is in the focused state.
Hovered = 8Specifies that control is in the hovered state.
None = 0Specifies that no flags are in effect.
Normal = 1Specifies that control is in the normal state.
Pressed = 4Specifies that control is in the pressed state.