RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellDialog Class / Errors Property

In This Topic
    Errors Property (C1SpellDialog)
    In This Topic
    Gets a CharRangeList object with all the errors detected by the C1SpellChecker component that owns the dialog.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Errors As CharRangeList
    public CharRangeList Errors {get;}
    See Also