

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following selects the Cat item, which appears third in the cboAnimal control? |
A. | cboAnimal.Selected = 2 |
B. | cboAnimal.Selected = Cat |
C. | cboAnimal.Text = Cat |
D. | cboAnimal.SelectedIndex= Cat |
Answer» D. cboAnimal.SelectedIndex= Cat | |