ISpellCheckerDictionary Properties
Defines the basic interface for spell checker dictionaries.| 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. |
See Also