Which of the following selects the Cat item, which appears third in the cboAnimal control? a. cboAnimal.SelectedIndex = 2 b. cboAnimal.SelectedItem = Cat c. cboAnimal.Text = Cat d. All of the above.

Chapter 6, Review Questions #19

Which of the following selects the Cat item, which appears third in the cboAnimal control?
a. cboAnimal.SelectedIndex = 2
b. cboAnimal.SelectedItem = "Cat"
c. cboAnimal.Text = "Cat"
d. All of the above.

This problem has been solved!


Do you need an answer to a question different from the above? Ask your question!
Related Book For answer-question

Programming with Microsoft Visual Basic 2017

8th edition

Authors: Diane Zak

ISBN: 978-1337102124