ISpellChecker Interface Members
In This Topic
The following tables list the members exposed by ISpellChecker.
Public Properties
| Name | Description |
| Enabled | Gets a value that indicates whether the main spelling dictionary has been loaded. |
| IgnoreList | Gets the list of words to ignore during spell-checking. |
| UserDictionary | Gets the user dictionary used for spell-checking. |
Top
Public Methods
| Name | Description |
| CheckControlAsync | Shows a spell-checking dialog for an editor control. |
| CheckText | Checks a string containing text and returns a list of spelling errors. |
| GetSuggestions | Gets a list of suggestions for a misspelled word. |
| ShowSuggestionsMenu | Shows a context menu with suggestions for a misspelled word. |
Top
Public Events
| Name | Description |
| DictionaryChanged | Event that fires when any of the spell dictionaries changes in any way. |
Top
See Also