ISpellCheckerDictionary Members
Defines the basic interface for spell checker dictionaries.Properties
| Name | Description |
|---|---|
| AlphabetChars | Gets the alphabetical list of characters for the current dictionary. |
| CaseSensitive | Gets the flag that affects the case sensitivity of the search algorithm and the rules of comparison. |
| Culture | Gets or sets the culture specific settings of the dictionary. |
| DictionaryPath | Gets or sets the path to the dictionary file. |
| Loaded | Gets whether the dictionary is loaded. |
| WordCount | Gets the number of word entries contained in the dictionary. |
Methods
| Name | Description |
|---|---|
| Clear() | Clears all dictionary entries and inner structures. |
| Contains(String) | Determines whether a word is in the dictionary. |
| FindWord(String) | Searches for the word in the dictionary. |
| Load() | Loads the dictionary and prepares it for use. |
Events
| Name | Description |
|---|---|
| DictionaryLoaded | Occurs when a dictionary is loaded. |
See Also