[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.BadWordEventArgs.BadWordList

BadWordList Property

BadWordList

Gets a CharRangeList that contains all errors detected in the text.

Declaration
public CharRangeList BadWordList { get; }
Public ReadOnly Property BadWordList As CharRangeList
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.