Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 680 Bytes

textblock_focus_195503898.md

File metadata and controls

27 lines (19 loc) · 680 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.TextBlock.Focus(Windows.UI.Xaml.FocusState)
winrt method

Windows.UI.Xaml.Controls.TextBlock.Focus

-description

Focuses the TextBlock, as if it were a conventionally focusable control.

-parameters

-param value

Specifies the desired target for focus state, as a value of the enumeration.

-returns

true if focus was set to the TextBlock, or focus was already there. false if the TextBlock is not focusable.

-remarks

-examples

-see-also