Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.05 KB

focusmanager_findfirstfocusableelement_2071666361.md

File metadata and controls

34 lines (19 loc) · 1.05 KB
-api-id -api-type
M:Windows.UI.Xaml.Input.FocusManager.FindFirstFocusableElement(Windows.UI.Xaml.DependencyObject)
winrt method

Windows.UI.Xaml.Input.FocusManager.FindFirstFocusableElement

-description

Retrieves the first element that can receive focus based on the specified scope.

-parameters

-param searchScope

The root object from which to search. If null, the search scope is the current window.

-returns

The first focusable object.

-remarks

-see-also

FindLastFocusableElement(DependencyObject searchScope), Keyboard interactions, Focus navigation for keyboard, gamepad, remote control, and accessibility tools, Programmatic focus navigation

-examples