C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker 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
 
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