Hi,
I have a custom combobox(say comboboxEX) derived from System.Windows.Forms.ComboBox.
OnPaint() event I have some background color and styles for the combobox. Every thing works fine.
My problem is, I can't set background color when DropDownStyle is "DropDown" and Enabled = false.
But it workes when DropDownStyle is "DropDownList" and Enabled = false.
How do I set background color for "DropDown" when it is in disabled state?
Any help will be appreciated.