RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / CheckText Method / CheckText(String) Method
Text to be spell-checked.

In This Topic
    CheckText(String) Method
    In This Topic
    Checks a string containing text and returns a list of spelling errors.
    Syntax
    'Declaration
     
    
    Public Overloads Function CheckText( _
       ByVal text As String _
    ) As CharRangeList
    public CharRangeList CheckText( 
       string text
    )

    Parameters

    text
    Text to be spell-checked.

    Return Value

    List of CharRange objects that describe the spelling mistakes.
    See Also