Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 773 Bytes

textblock_selectionflyout.md

File metadata and controls

27 lines (17 loc) · 773 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TextBlock.SelectionFlyout
winrt property

Microsoft.UI.Xaml.Controls.TextBlock.SelectionFlyout

-description

Gets or sets the flyout that is shown when text is selected using touch or pen, or null if no flyout is shown.

-property-value

The flyout that is shown when text is selected using touch or pen, or null if no flyout is shown. The default is an instance of TextCommandBarFlyout.

-remarks

Important

If using a keyboard for text selection within a TextBlock, the user must first activate Caret Browsing (with the app in the foreground, press F7).

-see-also

-examples