C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / DictionaryState Enumeration

DictionaryState Enumeration
Describes the current state of a SpellDictionary.
Syntax
'Declaration
 
Public Enum DictionaryState 
   Inherits System.Enum
 
Members
MemberDescription
EmptyThe dictionary has not been loaded yet.
FileNotFoundThe dictionary has not been loaded because the specified file could not be found.
InvalidFileFormatThe dictionary has not been loaded because the specified file has invalid format.
InvalidPasswordThe dictionary is protected and the password used to load it was missing or incorrect.
LoadedThe dictionary has been successfully loaded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker.DictionaryState

See Also