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

Verified
Correct Answer:
Verified
Related Questions
Q47: The body of a For...Next loop in
Q48: Suppose the days of the year are
Q49: How many lines of output are produced
Q50: The number of items in ListBox1 is
Q51: Each item in a list box is
Q53: A Do…Loop Until block is always executed
Q54: In the following code segment, what type
Q55: A Do While loop checks the While
Q56: If one For...Next loop begins inside another
Q57: How many times will HI be displayed