Content protected from screenshots
GKFix.in
General Knowledge
Categories
Concept Builder Quiz
About Us
Start Quiz
Home
My Profile
General Knowledge
Categories
Concept Builder
Start Quiz
Logout
GKFix MCQ Question
Test your knowledge and learn something new
Home
Programming
Question #9622
Back to Home
View All Programming Questions
16 Views
Question
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"
Check Answer
Share on Twitter
Share on Facebook
Copy Link
Related Questions
Which of the following is not a valid MessageBoxButtons value?
23
You refer to the structure variable by its . . . . . . . .
32
What value is stored in the count variable when the loop ends?\nFor count As Integer = 5 To 9 Step 5...
2