FocusNavigationDirection Enumeration
.NET Framework 3.0
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)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
MoveFocus
PredictFocus
Input Overview
Assembly: WindowsBase (in windowsbase.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
| Member name | Description | |
|---|---|---|
| Down | Move focus to another focusable element downwards from the currently focused element. | |
| 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. | |
| 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. | |
| 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. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
System.Windows.Input NamespaceMoveFocus
PredictFocus
Other Resources
Focus OverviewInput Overview
Community Additions
ADD
Show: