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