Combobox events

  • Thread starter Thread starter Shane
  • Start date Start date
S

Shane

Pressing the down arrow button on a combo box fires the "DropDown"
event. Which event fires when you press the down arrow button a second
time?

I want to use the combobox as a textbox with a button. I'm not going
to have it use its internal listbox. I want to show / hide another
control that I'm placing under the combo box(es). I could create a
user control, but that seems to be a bit more complicated.

I don't want to just place a button next to a text box as a
workaround. I'm going to need a lot of these controls.

Thanks
 
Back
Top