Answer the following statements true (T) or false (F)

1. If the user does not select any items from the ListBox, the return value of SelectedIndex is 0.
2. Users may add items directly to the list in a ListBox.
3. The label for an object’s entry in the ListBox is determined by that object’s ToString method.
4. Users cannot select multiple items at the same time from a ListBox.
5. Class CheckedListBox derives from class ListBox and contains similar properties.


1. False, the return value is -1.
2. False. ListBoxes are static GUI entities, which mean that users cannot add items to the
list.
3. True.
4. False. Multiple items can be selected from a ListBox simultaneously, just not by default.
5. True.

Computer Science & Information Technology

You might also like to view...

In the United States, 3M labels are the most commonly used labels

Indicate whether the statement is true or false

Computer Science & Information Technology

Shading is a background color that appears behind text

Indicate whether the statement is true or false

Computer Science & Information Technology

?The navigation buttons at the bottom of a subform select records from the primary table in a main form.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The location of the reviewing pane can be changed

Indicate whether the statement is true or false

Computer Science & Information Technology