TextBox.ProofingMenuFlyout 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 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)
|