Multiple selections from a combo box?

  • Thread starter Thread starter Laurel
  • Start date Start date
L

Laurel

Is there a way to use a combo box to get multiple selections? In other
environments that I know about, the user would click on several items, using
the control key - I guess Windows Explorer is an example.

If not a combo box, how does one accomplish this design task?
 
Use a listbox, with its Multiselect property set to Simple or Extended, to
do this.
 
Back
Top