'Declaration Public Function PredictFocus( _ ByVal direction As FocusNavigationDirection _ ) As DependencyObject
public DependencyObject PredictFocus( FocusNavigationDirection direction )
Parameters
- direction
- The direction for which a prospective focus change should be determined.
Return Value
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.