Enum FocusMovement
focus movement options
enum FocusMovement : int { ... }
Enum members
| Name | Description |
|---|---|
Down
|
move to nearest below |
Left
|
move to nearest at left |
Next
|
next focusable (Tab) |
None
|
no focus movement |
Previous
|
previous focusable (Shift+Tab) |
Right
|
move to nearest at right |
Up
|
move to nearest above |