ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / BadWordEventArgs Class / BadWord Property

In This Topic
    BadWord Property
    In This Topic
    Gets a CharRange object that contains the bad word and its location within the text being spell-checked.
    Syntax
    'Declaration
     
    Public ReadOnly Property BadWord As CharRange
    public CharRange BadWord {get;}
    See Also