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.

Applies to