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

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