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


Discussion

No Comment Found