ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 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.

In This Topic
    Initialize Method (C1SpellDialog)
    In This Topic
    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