Drawing on drop-down portion of combobox

BrendanS

Member
Joined
Dec 9, 2006
Messages
8
Programming Experience
Beginner
Hello all,

How would one draw on the drop-down portion of a combobox?

I have created a custom combobox giving it a flat look, and would like to extend the 'look' when the drop-down portion is displayed.

Thank you for your time

Brendan
 
It is the DrawItem event that is used to paint when ComboBox DrawMode=OwnerDraw...
 
Back
Top