NTernarySpellCheckDictionary Class Members
In This Topic
The following tables list the members exposed by NTernarySpellCheckDictionary.
Public Constructors
Public Properties
| Name | Description |
| CaseSensitive | Gets whether this spell check dictionary is case sensitive or not. |
| WordCount | Overridden. Gets the number of words in this dictionary. |
Top
Public Methods
| Name | Description |
| AddWord | Overridden. Adds the given word to the dictionary. |
| GetAllWords | Overridden. Gets an iterator that iterates through all words currently stored in the dictionary. |
| GetSuggestions | Overridden. Gets an iterator that iterates through the words which are similar to the given one and may be used as suggestions in spell checking. The most similar words come first. |
| IsCorrect | Overridden. Checks whether the given word is correct according to this spell check dictionary. |
| RemoveAllWords | Overridden. Removes all words from the dictionary. |
Top
See Also