Which of the following statements selects the "blue" item, which appears fourth in the lstColor control?

A. lstColor.SelectedIndex = 3
B. lstColor.SelectedIndex = 4
C. lstColor.SelectedItem = 3
D. lstColor.SelectedItem = 4


Answer: A

Computer Science & Information Technology

You might also like to view...

Write a conditional expression that will be true for all values of the variable x in the given range and false for all values outside the given range. Note that the variable x can take on any value, not just integer values.

Between 1 and 5 including end points

Computer Science & Information Technology

A blank ____________________ indicates that there is currently no artwork on the Stage in that frame.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Prototypes for the character-handling functions are included in the ____ header file.

A. iostream B. cctype C. cstdlib D. iomanip

Computer Science & Information Technology

How can results from a specified static lookup file be displayed?

A. lookup command B. inputlookup command C. Settings > Lookups > Input D. Settings > Lookups > Upload

Computer Science & Information Technology