Originally posted by: UCJefe
Yep. It's possible. Just subclass the ComboBox control, change the DrawMode to OwnerDrawFixed and in the DrawItem event handler, do your drawing. Graphics.DrawString with the right brush will give you a colored item. If you want to have the default drawing for any other items, just call the base method.
Text
If you're doing any sort of WinForms programming that site is your friend.
