-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.TextBox.IsSpellCheckEnabled |
winrt property |
Gets or sets a value that specifies whether the TextBox input interacts with a spell check engine.
<TextBox IsSpellCheckEnabled="bool" />
true if the TextBox input interacts with a spell check engine; otherwise, false. The default is true.
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.