RichTextBox for WPF | ComponentOne
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.

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 _
    ) 

    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