[]
Initializes the dialog to use the given parameters.
public void Initialize(C1SpellChecker spell, ISpellCheckableEditor editor, CharRangeList errors)
| 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. |