Enum VisualControlStates
Defines visual states of the element as flags. Supports a bitwise combination of its member values.
[Flags]
public enum VisualControlStates
Fields
Disabled = 4
Element is disabled.
Focused = 8
Element is focused.
Hovered = 1
Mouse is over the element.
Pressed = 2
The left mouse button was clicked on the element and not yet released.
Selected = 16
Element is selected.