FrameworkElement.MoveFocus Method (TraversalRequest)
Moves the keyboard focus away from this element and to another element in a provided traversal direction.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- request
-
Type:
System.Windows.Input.TraversalRequest
The direction that focus is to be moved, as a value of the enumeration.
Return Value
Type: System.BooleanReturns true if focus is moved successfully; false if the target element in direction as specified does not exist or could not be keyboard focused.
This implementation overrides UIElement.MoveFocus and seals the method.
The following example implements a handler that handles several possible button inputs. Each button represents a possible FocusNavigationDirection. The handler tracks the element with current keyboard focus, and calls MoveFocus on that element, by specifying the appropriate FocusNavigationDirection as initialization for the TraversalRequest type parameter provided.
Available since 3.0