C1.Silverlight.SpellChecker Namespace : DictionaryState Enumeration |
'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.Silverlight.SpellChecker.DictionaryState
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2