TextBox.ProofingMenuFlyout Property

Definition

Gets the flyout that shows proofing commands.

public:
 property FlyoutBase ^ ProofingMenuFlyout { FlyoutBase ^ get(); };
FlyoutBase ProofingMenuFlyout();
public FlyoutBase ProofingMenuFlyout { get; }
var flyoutBase = textBox.proofingMenuFlyout;
Public ReadOnly Property ProofingMenuFlyout As FlyoutBase

Property Value

The flyout that shows proofing commands.

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