Initialize Method (ISpellDialog)
In This Topic
Initializes the dialog with the
C1SpellChecker being used to check the spelling on a control, the
ISpellCheckableEditor control that is being checked, and an initial
CharRangeList that contains the list of errors detected by the spell checker.
Syntax
Parameters
- spell
- C1SpellChecker being used to check the spelling on a control.
- editor
- ISpellCheckableEditor that contains the text being spell-checked.
- errors
- CharRangeList that contains the initial list of errors detected by the spell-checker.
See Also