TraversalRequest Constructor (FocusNavigationDirection)
.NET Framework (current version)
Initializes a new instance of the TraversalRequest class.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- focusNavigationDirection
-
Type:
System.Windows.Input::FocusNavigationDirection
The intended direction of the focus traversal, as a value of the enumeration.
The following example creates a TraversalRequest instance as input for a FrameworkElement::MoveFocus call.
.NET Framework
Available since 3.0
Available since 3.0
Show: