C1.WPF.SpellChecker Namespace / ISpellDialog Interface / Initialize Method
C1SpellChecker being used to check the spelling on a control.
ISpellCheckableEditor that contains the text being spell-checked.
CharRangeList that contains the initial list of errors detected by the spell-checker.

In This Topic
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
'Declaration
 
Sub Initialize( _
   ByVal spell As C1SpellChecker, _
   ByVal editor As ISpellCheckableEditor, _
   ByVal errors As CharRangeList _
) 
 

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