Posted 2 May 2018, 8:01 pm EST
We have a C1Combo bound to a BindingSource and, like our other controls, we want to change the BackColor and ForeColor depending on whether the control is ReadOnly, etc.
NOTE 1: The ComboStyle is set to “DropdownList”.
NOTE 2: We are trying to change the colors of the selected display value box.
However, we are having trouble doing so.
We can assign values to the properties, but the display value box appearance does not change.
What could I be doing wrong?
– Paul