Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.13 KB

hyperlink_focus_1914077590.md

File metadata and controls

34 lines (20 loc) · 1.13 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Documents.Hyperlink.Focus(Microsoft.UI.Xaml.FocusState)
winrt method

Microsoft.UI.Xaml.Documents.Hyperlink.Focus

-description

Attempts to set the focus on the hyperlink.

-parameters

-param value

Specifies how focus was set, as a value of the enumeration.

-returns

true if focus was set to the hyperlink, or focus was already on the hyperlink. false if the hyperlink is not focusable.

-remarks

For more info, see UIElement.Focus(Microsoft.UI.Xaml.FocusState).

-examples

-see-also

UIElement.Focus(Microsoft.UI.Xaml.FocusState), Hyperlink.GotFocus, Hyperlink.LostFocus, Keyboard interactions, Keyboard accessibility, Touch keyboard sample