The ISpellChecker type exposes the following members.
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.
|
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.
|
Events
Name | Description | |
---|---|---|
DictionaryChanged |
Event that fires when any of the spell dictionaries changes in any way.
|