FrameworkContentElement::PredictFocus Method (FocusNavigationDirection)
.NET Framework (current version)
Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. This method is sealed and cannot be overridden.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: virtual DependencyObject^ PredictFocus( FocusNavigationDirection direction ) override sealed
Parameters
- direction
-
Type:
System.Windows.Input::FocusNavigationDirection
The direction for which a prospective focus change should be determined.
Return Value
Type: System.Windows::DependencyObject^The next element that focus would move to if focus were actually traversed. May return null if focus cannot be moved relative to this element for the provided direction.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException |
.NET Framework
Available since 3.0
Available since 3.0
Show: