SpellCheckerState Enum
In This Article
Lists values specifying the spell checking state.
#Declaration
TypeScript
declare enum SpellCheckerState {
Disabled = 0,
InProgress = 1,
Done = 2
}
#Members
Name | Description |
---|---|
Disabled
|
Spell checking is disabled. |
Done
|
Spell checking is completed. |
In
|
Spell checking is in progress. |
#Remarks
Values listed by this enumeration are used to set the SpellingInfo.spellCheckerState property.