RichEditBox.SelectionFlyout Property

Definition

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

public:
 property FlyoutBase ^ SelectionFlyout { FlyoutBase ^ get(); void set(FlyoutBase ^ value); };
FlyoutBase SelectionFlyout();

void SelectionFlyout(FlyoutBase value);
public FlyoutBase SelectionFlyout { get; set; }
var flyoutBase = richEditBox.selectionFlyout;
richEditBox.selectionFlyout = flyoutBase;
Public Property SelectionFlyout As FlyoutBase

Property Value

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

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to