C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / BadWordEventArgs Class
Properties

BadWordEventArgs Class Members

The following tables list the members exposed by BadWordEventArgs.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of a BadWordEventArgs.  
Top
Public Properties
 NameDescription
Public PropertyGets a CharRange object that contains the bad word and its location within the text being spell-checked.  
Public PropertyGets a CharRangeList that contains all errors detected in the text.  
Public PropertyGets or sets whether this bad word should be ignored by the C1SpellChecker.  
Public PropertyGets a reference to the control that is being spell-checked.  
Public PropertyGets a reference to the ISpellDialog that is being used to spell-check a control.  
Top
See Also