This documentation is archived and is not being maintained.
FocusNavigationDirection Enumeration
Visual Studio 2010
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.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: