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

C1.WPF.SpellChecker Namespace : SpellDictionary Class

The following tables list the members exposed by SpellDictionary.

Public Properties
 NameDescription
Public PropertyGets or sets whether the dictionary is enabled. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase)
Public PropertyGets or sets the password needed to load password-protected dictionaries.  
Public PropertyGets a DictionaryState value that indicates whether the dictionary was loaded successfully. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase)
Public PropertyGets the number of words loaded in the dictionary.  
Top
Public Methods
 NameDescription
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.WPF.SpellChecker.SpellDictionaryBase)
Public MethodOverloaded. Overridden. Loads the dictionary from a stream.  
Public MethodOverloaded. Loads the dictionary from a Uri pointing to the compressed dictionary data. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase)
Top
Public Events
 NameDescription
Public EventFires when the dictionary finishes loading after a call to the SpellDictionaryBase.LoadAsync method. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase)
Public EventFires while the dictionary loads after a call to the SpellDictionaryBase.LoadAsync method. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase)
Top
See Also

Reference

SpellDictionary Class
C1.WPF.SpellChecker Namespace