Multiple Choice
Which of the following expressions refers to the contents of the first row of the combo box?
A) cboBox.Items(0)
B) cboBox.Items(1)
C) cboBox.Items.First
D) cboBox.Items(First)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q72: Which of the following methods is used
Q73: The DropDownStyle property of a combo box
Q74: What control is added to a form
Q75: When the SizeMode property of a picture
Q76: When working with the MenuStrip control, the
Q78: The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40)
Q79: The following statement can be used to
Q80: Give a statement that draws a red
Q81: A form contains a button called btnDisplay,
Q82: After a ToolTip control has been placed