[]
Initializes the dialog to use the given parameters.
public void Initialize(C1SpellChecker spell, ISpellCheckableEditor editor, CharRangeList errors)
Public Sub Initialize(spell As C1SpellChecker, editor As ISpellCheckableEditor, errors As CharRangeList)
| Type | Name | Description |
|---|---|---|
| C1SpellChecker | spell | C1SpellChecker to use for spelling. |
| ISpellCheckableEditor | editor | ISpellCheckableEditor that contains the text to spell-check. |
| CharRangeList | errors | CharRangeList that contains the initial error list. |