FocusNavigationDirection
FocusNavigationDirection
FocusNavigationDirection
FocusNavigationDirection
Enum
Definition
Specifies the direction that focus moves from element to element within the app UI.
public : enum class FocusNavigationDirectionpublic enum FocusNavigationDirectionPublic Enum FocusNavigationDirection// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Down Down Down Down | An element below the element with focus.
|
| Left Left Left Left | An element to the left of the element with focus.
|
| Next Next Next Next | The next element in the tab order. |
| None None None None | No change in focus.
|
| Previous Previous Previous Previous | The previous element in the tab order. |
| Right Right Right Right | An element to the right of the element with focus.
|
| Up Up Up Up | An element above the element with focus.
|