Multiple Choice
An added value of ComboBox objects is that compared to a ListBox object they ____.
A) save space on a form
B) enable input and output of data
C) can be used for multiple selections
D) can have events of interest registered
Correct Answer:

Verified
Correct Answer:
Verified
Q21: To add functionality to the ListBox control
Q22: To have the ListBox or ComboBox Items
Q23: The ListBox object allows multiple options for
Q24: A _ control offers the advantage of
Q25: You can add a shortcut to a
Q27: To retrieve multiple selections from a ListBox
Q28: The default event-handler method for CheckBox objects
Q29: The delegate signature indicates what the method
Q30: Delegate declarations resembles _ declarations.<br>A) method<br>B) variable<br>C)
Q31: The default event-handler method for the ComboBox