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

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