For a list of all members of this type, see SpellChecker members.
Public Methods
| Name | Description |
 | AddToDictionary |
Adds the specified word to the dictionary.
|
 | CheckSentence |
Returns a list of tuples of integers, each containing the start position and length of each spelling error in the sentence.
|
 | GetSuggestions |
Returns an array of suggestions for the specified word. Returns null if the word is properly spelled.
|
 | IgnoreAll |
Will ignore the specified spelling error for the lifetime of the spell checker object.
|
Top
See Also