Initializes the dialog to use the given parameters.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public void Initialize( C1SpellChecker spell, ISpellCheckableEditor editor, CharRangeList errors ) |
| Visual Basic |
|---|
Public Sub Initialize ( _ spell As C1SpellChecker, _ editor As ISpellCheckableEditor, _ errors As CharRangeList _ ) |
Parameters
- spell
- Type: C1.Silverlight.SpellChecker..::..C1SpellChecker
C1SpellChecker to use for spelling.
- editor
- Type: C1.Silverlight.SpellChecker..::..ISpellCheckableEditor
ISpellCheckableEditor that contains the text to spell-check.
- errors
- Type: C1.Silverlight.SpellChecker..::..CharRangeList
CharRangeList that contains the initial error list.