SpellCheckMode Enum
Lists available operation modes of the spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
On |
Starts spell check and invokes the spelling form for making corrections. |
As |
Starts spell check when you finish typing the word or moves the cursor after changing it. |
#Passed To
You can pass SpellCheckMode values to the SpellChecker.SpellCheckMode property.
#Remarks
The selected mode affects only the way the spell checker interacts with the user, and not the process of parsing the text and searching for suggestions.