ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / BadWordEventArgs Class / BadWordList Property

In This Topic
    BadWordList Property
    In This Topic
    Gets a CharRangeList that contains all errors detected in the text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BadWordList As CharRangeList
    public CharRangeList BadWordList {get;}
    Remarks
    The BadWord property contains the specific error being handled. You can use the collection to determine the total number of errors and the index of this error within the collection.
    See Also