ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / C1SpellDialog Class / Errors Property

In This Topic
    Errors Property
    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