[]
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.
void Initialize(C1SpellChecker spell, ISpellCheckableEditor editor, CharRangeList errors)
Sub Initialize(spell As C1SpellChecker, editor As ISpellCheckableEditor, errors As CharRangeList)
| Type | Name | Description |
|---|---|---|
| C1SpellChecker | spell | C1SpellChecker being used to check the spelling on a control. |
| ISpellCheckableEditor | editor | ISpellCheckableEditor that contains the text being spell-checked. |
| CharRangeList | errors | CharRangeList that contains the initial list of errors detected by the spell-checker. |