FocusNavigationDirection Enumeration
.NET Framework 4.5
Specifies the direction within a user interface (UI) in which a desired focus change request is attempted. The direction is either based on tab order or by relative direction in layout.
Namespace: System.Windows.Input
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| Next | Move focus to the next focusable element in tab order. Not supported for PredictFocus. | |
| Previous | Move focus to the previous focusable element in tab order. Not supported for PredictFocus. | |
| First | Move focus to the first focusable element in tab order. Not supported for PredictFocus. | |
| Last | Move focus to the last focusable element in tab order. Not supported for PredictFocus. | |
| Left | Move focus to another focusable element to the left of the currently focused element. | |
| Right | Move focus to another focusable element to the right of the currently focused element. | |
| Up | Move focus to another focusable element upwards from the currently focused element. | |
| Down | Move focus to another focusable element downwards from the currently focused element. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.