[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.ISpellDialog.Initialize

Initialize Method

Initialize(C1SpellChecker, ISpellCheckableEditor, CharRangeList)

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.

Declaration
void Initialize(C1SpellChecker spell, ISpellCheckableEditor editor, CharRangeList errors)
Parameters
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.