TraversalRequest Constructor (FocusNavigationDirection)

 

Initializes a new instance of the TraversalRequest class.

Namespace:   System.Windows.Input
Assembly:  WindowsBase (in WindowsBase.dll)

public:
TraversalRequest(
	FocusNavigationDirection focusNavigationDirection
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: