ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / NumericEditStyles Class / NegativeColor Property

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