ISpellCheck Interface Methods
In This Topic
For a list of all members of this type, see ISpellCheck members.
Public Methods
| Name | Description |
 | AddToCustomDictionary | Adds a word to the active custom dictionary, provided that a custom dictionary is set. |
 | CheckCurrentField | Reviews the current field contents for misspellings. |
 | CheckScreen | Reviews the current screen contents for misspellings. |
 | CorrectMisspelling | Replaces a misspelled word with a correction at the specified location. |
 | RemoveAllMisspellings | Clears all misspelled words from the current screen. |
 | RemoveMisspelling | Removes the specified word from the misspelled word list and clears the associated misspelling attribute on the screen. |
Top
See Also