The following tables list the members exposed by SpellDictionaryBase.
Public Properties
| Name | Description |
 | Enabled | Gets or sets whether the dictionary is enabled. |
 | State | Gets a DictionaryState value that indicates whether the dictionary was loaded successfully. |
Top
Public Methods
| Name | Description |
 | Contains | Checks whether the dictionary contains a given word. |
 | EnsureLoaded | Ensures the dictionary is loaded, reading words from the file if necessary. |
 | Load | Overloaded. Loads the dictionary from a stream. |
 | LoadAsync | Overloaded. Loads the dictionary from a Uri pointing to the compressed dictionary data. |
Top
Public Events
See Also