Examveda
Examveda

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: Option C


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic