The ________ property specifies the item that is selected in the ListBox.
a) SelectedIndex
b) SelectedItem
c) Items
d) Selection
e) None of the above.
b) SelectedItem
Computer Science & Information Technology
You might also like to view...
How do you make a bold impression with an image?
a. Have the image take up the entire browser window. b. Have the image be left-aligned in the browser window. c. Have the image be bottom-aligned in the browser window. d. Have the image be a thumb-nail size in the browser window.
Computer Science & Information Technology
Which of the following statements about the Java 2D API is true?
a. A Graphics2D object is instantiated to draw Java 2D figures. b. Class Graphics2D is a subclass of class Graphics. c. To access Graphics2D capabilities, cast the Graphics reference passed to paintComponent to a Graphics2D reference. d. All of the above are true.
Computer Science & Information Technology