Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.03 KB

textbox_isspellcheckenabled.md

File metadata and controls

40 lines (27 loc) · 1.03 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TextBox.IsSpellCheckEnabled
winrt property

Microsoft.UI.Xaml.Controls.TextBox.IsSpellCheckEnabled

-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.

-examples

-see-also

Touch keyboard text input sample (Windows 10)