Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 690 Bytes

textbox_selectionflyout.md

File metadata and controls

30 lines (18 loc) · 690 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.TextBox.SelectionFlyout
winrt property
RS5

Windows.UI.Xaml.Controls.TextBox.SelectionFlyout

-description

Gets or sets the flyout shown when text is selected with touch or pen input.

-property-value

The flyout shown when text is selected with touch or pen input, or null if no flyout should be shown.

The default is an instance of TextCommandBarFlyout.

-remarks

This property has no effect when text is selected with the mouse or touchpad.

-see-also

-examples