Skip to main content
A newer version of this page is available. .

SpellCheckerState Enum

Lists values specifying the spell checking state.

Declaration

declare enum SpellCheckerState {
    Disabled = 0,
    InProgress = 1,
    Done = 2
}

Members

Name Description
Disabled

Spell checking is disabled.

Done

Spell checking is completed.

InProgress

Spell checking is in progress.

Remarks

Values listed by this enumeration are used to set the SpellingInfo.spellCheckerState property.