Getting a ComboBox to "pop open"

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

What instruction would get a ComboBox to Drop down and display the pick list
as it would if somebody had clicked it?

Any help is greatly appreciated.
 
What instruction would get a ComboBox to Drop down and display the pick
list as it would if somebody had clicked it?

myComboBox.DroppedDown = true;

Chris Jobson
 
What instruction would get a ComboBox to Drop down and display the pick
list as it would if somebody had clicked it?

myComboBox.DroppedDown = true;

Chris Jobson
 
Back
Top