[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.DictionaryState

DictionaryState Enum

Describes the current state of a SpellDictionary.

Namespace: C1.Win.C1SpellChecker
Assembly: C1.Win.C1SpellChecker.4.8.dll
Syntax
public enum DictionaryState

Fields

Name Description
Empty

The dictionary has not been loaded yet.

FileNotFound

The dictionary has not been loaded because the specified file could not be found.

InvalidFileFormat

The dictionary has not been loaded because the specified file has invalid format.

InvalidPassword

The dictionary is protected and the password used to load it was missing or incorrect.

Loaded

The dictionary has been successfully loaded.