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


In This Topic
    BadWordEventArgs Class Members
    In This Topic

    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