'Declaration Public Sub Initialize( _ ByVal spell As C1SpellChecker, _ ByVal editor As ISpellCheckableEditor, _ ByVal errors As CharRangeList _ )
public void Initialize( C1SpellChecker spell, ISpellCheckableEditor editor, CharRangeList errors )
Parameters
- spell
- C1SpellChecker to use for spelling.
- editor
- ISpellCheckableEditor that contains the text to spell-check.
- errors
- CharRangeList that contains the initial error list.