ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / NegativeForeColor Property

In This Topic
    NegativeForeColor Property
    In This Topic
    Gets or sets the foreground color of the control which contains negative value.
    Syntax
    'Declaration
     
    
    Public Property NegativeForeColor As Color
    public Color NegativeForeColor {get; set;}
    See Also