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