Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 609 Bytes

richeditbox_isspellcheckenabled.md

File metadata and controls

28 lines (19 loc) · 609 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.RichEditBox.IsSpellCheckEnabled
winrt property

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