ComponentOne SpellChecker for WinForms
DictionaryState Enumeration

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : DictionaryState Enumeration
Describes the current state of a SpellDictionary.
Syntax
'Declaration
 
Public Enum DictionaryState 
   Inherits System.Enum
public enum DictionaryState : 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.Win.C1SpellChecker.DictionaryState

See Also

Reference

C1.Win.C1SpellChecker Namespace