ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / NegativeForeColor Property

In This Topic
    NegativeForeColor Property (C1DropDownControl)
    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