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.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
void Initialize(
	C1SpellChecker spell,
	ISpellCheckableEditor editor,
	CharRangeList errors
)
Visual Basic
Sub Initialize ( _
	spell As C1SpellChecker, _
	editor As ISpellCheckableEditor, _
	errors As CharRangeList _
)

Parameters

spell
Type: C1.Silverlight.SpellChecker..::..C1SpellChecker
C1SpellChecker being used to check the spelling on a control.
editor
Type: C1.Silverlight.SpellChecker..::..ISpellCheckableEditor
ISpellCheckableEditor that contains the text being spell-checked.
errors
Type: C1.Silverlight.SpellChecker..::..CharRangeList
CharRangeList that contains the initial list of errors detected by the spell-checker.

See Also