To remove all objects from a ListBox object, the ____ method is used.

A. Clear
B. Items.Clear
C. Empty
D. Items.Empty

Answer: A

Computer Science & Information Technology

You might also like to view...

The fastest USB port currently available is using the new standard USB ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A LinkedHashMap

A) can be set up to maintain its keys in insert or access order B) is an unordered collection that provides no control over the order of retrieval of stored elements C) provides an iterator that can be used to retrieve its elements D) None of the above

Computer Science & Information Technology