C1.WPF.SpellChecker Namespace : SpellDictionary Class |
The following tables list the members exposed by SpellDictionary.
Name | Description | |
---|---|---|
![]() | Enabled | Gets or sets whether the dictionary is enabled. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase) |
![]() | Password | Gets or sets the password needed to load password-protected dictionaries. |
![]() | State | Gets a DictionaryState value that indicates whether the dictionary was loaded successfully. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase) |
![]() | WordCount | Gets the number of words loaded in the dictionary. |
Name | Description | |
---|---|---|
![]() | 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.WPF.SpellChecker.SpellDictionaryBase) |
![]() | Load | Overloaded. Overridden. Loads the dictionary from a stream. |
![]() | LoadAsync | Overloaded. Loads the dictionary from a Uri pointing to the compressed dictionary data. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase) |
Name | Description | |
---|---|---|
![]() | LoadCompleted | Fires when the dictionary finishes loading after a call to the SpellDictionaryBase.LoadAsync method. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase) |
![]() | LoadProgressChanged | Fires while the dictionary loads after a call to the SpellDictionaryBase.LoadAsync method. (Inherited from C1.WPF.SpellChecker.SpellDictionaryBase) |