ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / DictionaryState Enumeration

In This Topic
    DictionaryState Enumeration
    In This Topic
    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.Silverlight.SpellChecker.DictionaryState

    See Also