The ISpellChecker type exposes the following members.

Methods

  Name Description
Public method CheckControlAsync
Shows a spell-checking dialog for an editor control.
Public method CheckText
Checks a string containing text and returns a list of spelling errors.
Public method GetSuggestions
Gets a list of suggestions for a misspelled word.
Public method ShowSuggestionsMenu
Shows a context menu with suggestions for a misspelled word.

Properties

  Name Description
Public property Enabled
Gets a value that indicates whether the main spelling dictionary has been loaded.
Public property IgnoreList
Gets the list of words to ignore during spell-checking.
Public property UserDictionary
Gets the user dictionary used for spell-checking.

Events

  Name Description
Public event DictionaryChanged
Event that fires when any of the spell dictionaries changes in any way.

See Also