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.

Re: Getting a ComboBox to "pop open" by Chris

Chris
Tue Jun 03 11:36:41 CDT 2008

> 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



Re: Getting a ComboBox to "pop open" by Chris

Chris
Tue Jun 03 11:36:41 CDT 2008

> 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