[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.C1SpellDialog.Initialize

Initialize Method

Initialize(C1SpellChecker, ISpellCheckableEditor, CharRangeList)

Initializes the dialog to use the given parameters.

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

Implements