Class ControlState
Control states
public sealed class ControlState : Enum
- Inheritance
-
ControlState
Fields
Disabled
When the control was disabled
public const ControlState Disabled = 3
Field Value
Hovered
Hovered, when mouse cursor is hovering over
public const ControlState Hovered = 1
Field Value
Normal
Normal state
public const ControlState Normal = 0
Field Value
Pressed
Pressed, when the primary mouse is pressing or the control have a touch inside
public const ControlState Pressed = 2
Field Value
value__
public int value__