Name | Description | |
---|---|---|
m_enabled | Gets or sets whether the dictionary is enabled. | |
m_spell | C1SpellChecker that owns the dictionary. | |
m_state | Gets or sets a DictionaryState value that indicates whether the dictionary has been loaded or why it hasn't. |
The following tables list the members exposed by SpellDictionaryBase.
Name | Description | |
---|---|---|
m_enabled | Gets or sets whether the dictionary is enabled. | |
m_spell | C1SpellChecker that owns the dictionary. | |
m_state | Gets or sets a DictionaryState value that indicates whether the dictionary has been loaded or why it hasn't. |
Name | Description | |
---|---|---|
Enabled | Gets or sets whether the dictionary is enabled. | |
State | Gets a DictionaryState value that indicates whether the dictionary was loaded successfully. |
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. |
Name | Description | |
---|---|---|
OnLoadCompleted | Raises the LoadCompleted event. | |
OnLoadProgressChanged | Raises the LoadProgressChanged event. |
Name | Description | |
---|---|---|
LoadCompleted | Fires when the dictionary finishes loading after a call to the LoadAsync(Uri) method. | |
LoadProgressChanged | Fires while the dictionary loads after a call to the LoadAsync(Uri) method. |