SpellChecker Methods |
The SpellChecker type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddToCustom |
Adds a new word to the custom dictionary. It first checks if the word is already present in the current base or custom dictionaries.
|
![]() |
CheckText |
Performs the actual spellchecking. It will be automatically called by the Errors property accessor.
|
![]() |
Close |
Cleans up any resources held by the SpellChecker object. It is an alias of the Dispose method.
|
![]() |
Dispose |
Clean up used resources.
|
![]() |
GetSuggestions |
Gets a list of suggestions from the dictionary for the specified word
|