ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / ISpellDialog Interface / Initialize Method
C1SpellChecker being used to check the spelling on a control.
ISpellCheckableEditor that contains the text being spell-checked.
CharRangeList that contains the initial list of errors detected by the spell-checker.

In This Topic
    Initialize Method (ISpellDialog)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Sub Initialize( _
       ByVal spell As C1SpellChecker, _
       ByVal editor As ISpellCheckableEditor, _
       ByVal errors As CharRangeList _
    ) 
    void Initialize( 
       C1SpellChecker spell,
       ISpellCheckableEditor editor,
       CharRangeList errors
    )

    Parameters

    spell
    C1SpellChecker being used to check the spelling on a control.
    editor
    ISpellCheckableEditor that contains the text being spell-checked.
    errors
    CharRangeList that contains the initial list of errors detected by the spell-checker.
    See Also