Enum State

widget state bit flags

enum State : uint { ... }

Enum members

NameDescription
Activated widget is activated
Checkable widget can be checked
Checked widget is checked
Default widget is default control for form (should be focused when window gains focus first time)
Enabled widget can process mouse and key events
Focused widget has focus
Hovered mouse pointer is over this widget
KeyboardFocused widget has been focused by keyboard navigation
Normal state not specified / normal
Parent return state of parent instead of widget's state when requested
Pressed pressed (e.g. clicked by mouse)
Selected widget is selected
WindowFocused window is focused