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

1) To add an item to a ListBox use the Add method of the Items property.
2) To remove an item from a ListBox, use the Delete method of the Items
property.
3) The SelectedIndex property returns the index of the selected item.
4) If the user has not selected any items from the ListBox then
SelectedIndex returns 0.

1) T
2) F
3) T
4) F

Computer Science & Information Technology

You might also like to view...

Which field in the IEEE 802.3 Ethernet header provides a method for the receiving NIC to determine whether a frame experienced frame errors during transmission?

A) FCS B) SFD C) CRC D) Hash E) Pad

Computer Science & Information Technology

A container that provides quick access to elements at the front and the back of the list is a

a. stack b. queue c. deque d. All of these e. None of these

Computer Science & Information Technology