ComponentOne SpellChecker for WinForms
Initialize Method (C1SpellDialog)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker 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 _
) 
public void Initialize( 
   C1SpellChecker spell,
   ISpellCheckableEditor editor,
   CharRangeList errors
)

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