This documentation is archived and is not being maintained.
FocusNavigationDirection Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: