ComponentOne SpellChecker for WPF and Silverlight
UserDictionary Class Members
Properties  Methods  Events

C1.Silverlight.SpellChecker Namespace : UserDictionary Class

The following tables list the members exposed by UserDictionary.

Public Properties
 NameDescription
Public PropertyGets or sets whether the dictionary is enabled. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase)
Public PropertyGets a DictionaryState value that indicates whether the dictionary was loaded successfully. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase)
Top
Public Methods
 NameDescription
Public MethodAdds a word to the dictionary.  
Public MethodClears the dictionary removing all words in it.  
Public MethodOverridden. Checks whether the dictionary contains a given word.  
Public MethodEnsures the dictionary is loaded, reading words from the file if necessary. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase)
Public MethodOverridden. Loads the dictionary from a stream.  
Public MethodOverloaded. Loads the dictionary from a Uri pointing to the compressed dictionary data. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase)
Public MethodLoads the dictionary from a compressed file in isolated storage.  
Public MethodRemoves a word from the dictionary.  
Public MethodSaves the user dictionary into a UTF-8 encoded stream.  
Public MethodSaves the dictionary into a compressed file in isolated storage.  
Top
Public Events
 NameDescription
Public EventFires when the dictionary finishes loading after a call to the LoadAsync(Uri) method. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase)
Public EventFires while the dictionary loads after a call to the LoadAsync(Uri) method. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase)
Top
See Also

Reference

UserDictionary Class
C1.Silverlight.SpellChecker Namespace