Click or drag to resize
SpellChecker Methods

The SpellChecker type exposes the following members.

Methods
  Name Description
Public method 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.
Public method CheckText
Performs the actual spellchecking. It will be automatically called by the Errors property accessor.
Public method Close
Cleans up any resources held by the SpellChecker object. It is an alias of the Dispose method.
Public method Dispose
Clean up used resources.
Public method GetSuggestions
Gets a list of suggestions from the dictionary for the specified word
Top
See Also