'Declaration Public Enum DictionaryState Inherits System.Enum
public enum DictionaryState : System.Enum
'Declaration Public Enum DictionaryState Inherits System.Enum
public enum DictionaryState : System.Enum
| Member | 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. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker.DictionaryState