Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 607 Bytes

richeditbox_isspellcheckenabled.md

File metadata and controls

30 lines (19 loc) · 607 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichEditBox.IsSpellCheckEnabled
winrt property

Windows.UI.Xaml.Controls.RichEditBox.IsSpellCheckEnabled

-description

Gets or sets a value that indicates whether the text input should interact with a spell check engine.

-xaml-syntax

<RichEditBox IsSpellCheckEnabled="bool" />

-property-value

True if the text input should interact with a spell check engine; otherwise, false. The default is true.

-remarks

-examples

-see-also