Hi,
vb.net - windows forms
I need to know when the dropdown list on my derived combobox closes.
There is a DropDown event and a OnDropDown override, but I want to know when
it closes.
It is an ownerdrawn combobox, so i am handling the Drawitem event myself.
DrawItem, however, does not always get called when the list closes, only
when something needs drawn.
I have trapped the several flovors of the PreProcessMessage events but none
of them fire when the
user clicks the list to make it close.
any ideas?
|