ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ForeColor Property

In This Topic
    ForeColor Property (C1Combo)
    In This Topic
    Controls the foreground color of the list portion of the control.
    Syntax
    'Declaration
     
    
    Public Shadows Property ForeColor As Color
    public new Color ForeColor {get; set;}
    See Also