NumberBox.SelectionFlyout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the flyout that is shown when text is selected, 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 = numberBox.selectionFlyout;
numberBox.selectionFlyout = flyoutBase;
Public Property SelectionFlyout As FlyoutBase