[]
Describes the current state of a SpellDictionary.
public enum DictionaryState
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. |