Multiple Choice
You can add a shortcut to a menu by preceding one of the characters in the menu name with a(n) ____. This places an underline under the next character typed.
A) underscore (_ )
B) hyphen (-)
C) ampersand (&)
D) asterisk (*)
Correct Answer:

Verified
Correct Answer:
Verified
Q20: An instance of the delegate class is
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
Q26: An added value of ComboBox objects is
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)