Windows.UI.Xaml.Controls.TextBox.IsSpellCheckEnabled
June 22, 2022 · View on GitHub
-description
Gets or sets a value that specifies whether the TextBox input interacts with a spell check engine.
-xaml-syntax
<TextBox IsSpellCheckEnabled="bool" />
-property-value
true if the TextBox input interacts with a spell check engine; otherwise, false. The default is true.
-remarks
When using the Soft Input Panel (SIP), this property enables the following features:
- auto-cap (Mobile only)
- spell check
- auto-correction
- spelling candidates on-demand when the user taps on a misspelled word
Windows 8 For Universal Windows 8 app, the default is false.