ContentElement::PredictFocus Method (FocusNavigationDirection)
.NET Framework (current version)
When overridden in a derived class, returns the element that would receive focus for a specified focus traversal direction, without actually moving focus to that element.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- direction
-
Type:
System.Windows.Input::FocusNavigationDirection
The direction of the requested focus traversal.
Return Value
Type: System.Windows::DependencyObject^The element that would have received focus if MoveFocus were actually invoked.
The default implementation of this method in this class is incomplete and always returns null.
.NET Framework
Available since 3.0
Available since 3.0
Show: