ISpellChecker2 interface (spellcheck.h)

Represents a particular spell checker for a particular language, with the added ability to remove words from the added words dictionary, or from the ignore list.

The ISpellChecker2 can also be used to check text, get suggestions, update user dictionaries, and maintain options, as can ISpellChecker from which it is derived.

Inheritance

The ISpellChecker2 interface inherits from ISpellChecker. ISpellChecker2 also has these types of members:

Methods

The ISpellChecker2 interface has these methods.

 
ISpellChecker2::Remove

Removes a word that was previously added by ISpellChecker.Add, or set by ISpellChecker.Ignore to be ignored.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps | UWP apps]
Minimum supported server Windows Server 2016 [desktop apps | UWP apps]
Target Platform Windows
Header spellcheck.h

See also

ISpellChecker