C1.Silverlight.SpellChecker Namespace : UserDictionary Class |
The following tables list the members exposed by UserDictionary.
Name | Description | |
---|---|---|
Enabled | Gets or sets whether the dictionary is enabled. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) | |
State | Gets a DictionaryState value that indicates whether the dictionary was loaded successfully. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) |
Name | Description | |
---|---|---|
AddWord | Adds a word to the dictionary. | |
Clear | Clears the dictionary removing all words in it. | |
Contains | Overridden. Checks whether the dictionary contains a given word. | |
EnsureLoaded | Ensures the dictionary is loaded, reading words from the file if necessary. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) | |
Load | Overridden. Loads the dictionary from a stream. | |
LoadAsync | Overloaded. Loads the dictionary from a Uri pointing to the compressed dictionary data. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) | |
LoadFromIsolatedStorage | Loads the dictionary from a compressed file in isolated storage. | |
RemoveWord | Removes a word from the dictionary. | |
Save | Saves the user dictionary into a UTF-8 encoded stream. | |
SaveToIsolatedStorage | Saves the dictionary into a compressed file in isolated storage. |
Name | Description | |
---|---|---|
LoadCompleted | Fires when the dictionary finishes loading after a call to the LoadAsync(Uri) method. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) | |
LoadProgressChanged | Fires while the dictionary loads after a call to the LoadAsync(Uri) method. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) |