ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / NegativeForeColor Property

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