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

In This Topic
    DeadAreaBackColor Property (C1Combo)
    In This Topic
    Controls the background color of the dead area in the list.
    Syntax
    'Declaration
     
    
    Public Property DeadAreaBackColor As Color
    public Color DeadAreaBackColor {get; set;}
    See Also