ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SpellOptions Class / UnderlineColor Property

In This Topic
    UnderlineColor Property (SpellOptions)
    In This Topic
    Gets or sets the color of the wavy underlines drawn under misspelled words.
    Syntax
    'Declaration
     
    Public Property UnderlineColor As System.Drawing.Color
    public System.Drawing.Color UnderlineColor {get; set;}
    See Also