Change highlighted/Selected color in a combo box

K

KenG

Hello and thanks in advance. I'm trying to change the color of a selected
item in a combo box. For example, right now when I select and item from a
drop down list , the color is blue, I want to change it to red for instance.
 
A

Allen Browne

That's not definable. The color will be the reverse color of the combo's
BackColor.
 
Top