I use this code:
combobox1.BackColor = Colors.White;
but when the box is disabled it doesn't work.
Color in ComboBox doesn't work
Started by Crane, Jul 06 2006 12:01 PM
3 replies to this topic
#1
Posted 06 July 2006 - 12:01 PM
|
|
|
#2
Posted 07 July 2006 - 07:13 AM
This is default behavior Crane. If you want a different backcolor when the combo is disabled you will probably have to write a new combobox control or at least override some of the default behavior of the current combobox.
#3
Posted 07 July 2006 - 03:54 PM
Lop said:
This is default behavior Crane. If you want a different backcolor when the combo is disabled you will probably have to write a new combobox control or at least override some of the default behavior of the current combobox.
Right. You would have to make your own combo class to change the background color when disable.
Void
#4
Posted 09 July 2006 - 03:48 PM
Thanks, that is what I figured


Sign In
Create Account


Back to top









