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

In This Topic
    KeepForeColor Property (C1Combo)
    In This Topic
    Determines whether the fore ground color of text box keeps unchanged when the combo is disabled, this only takes effect when the ComboStyle is DropdownList.
    Syntax
    'Declaration
     
    
    Public Property KeepForeColor As Boolean
    public bool KeepForeColor {get; set;}
    See Also