Skip to main content
Visual Components are implemented in FRE for Windows.
This object represents a word, used during spell checking. It can be a word added during spell checking to the dictionary, a word added to the list of ignored words, a word suggested as a replacement for some uncertainly recognized word, or the uncertainly recognized word itself.

Properties

NameTypeDescription
LanguageIdintSpecifies the ID of the language of the word.
LanguageNameBSTRSpecifies the internal name of the language for the word.
WordBSTRSpecifies the word.

Methods

NameDescription
CopyFromInitializes the properties of the current object with values of similar properties of another object.

Output parameter

This object is the output parameter of the following methods:

Input parameter

This object is the input parameter of the Add, InsertAt method of the SpellWordCollection object.

See also

SpellWordCollection SpellReplacement