Describes the current state of a SpellDictionary.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public enum DictionaryState |
| Visual Basic |
|---|
Public Enumeration DictionaryState |
Members
| Member name | Description | |
|---|---|---|
| Empty | The dictionary has not been loaded yet. | |
| Loaded | The dictionary has been successfully loaded. | |
| 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. |