ComponentOne SpellChecker for WPF and Silverlight
Initialize Method (C1SpellDialog)

C1.WPF.SpellChecker Namespace > C1SpellDialog Class : Initialize Method
C1SpellChecker to use for spelling.
ISpellCheckableEditor that contains the text to spell-check.
CharRangeList that contains the initial error list.
Initializes the dialog to use the given parameters.
Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal spell As C1SpellChecker, _
   ByVal editor As ISpellCheckableEditor, _
   ByVal errors As CharRangeList _
) 

Parameters

spell
C1SpellChecker to use for spelling.
editor
ISpellCheckableEditor that contains the text to spell-check.
errors
CharRangeList that contains the initial error list.
See Also

Reference

C1SpellDialog Class
C1SpellDialog Members