Answer the following statements true (T) or false (F)
1. The following lines of code display all the items of lstBox.
```
For n As Integer = 1 to lstBox.Items.Count
lstBox2.Items.Add(lstBox.Items(n))
Next
```
2. The number of items in ListBox1 is ListBox1.Items.Count.
3. If no item in a list box is selected, the value of lstBox.SelectedIndex is 0.
4. The value of lstBox.Items(n) is the nth item in the list box.
5. The sorted property can only be set to True at design time.
1. F
2. T
3. F
4. F
5. F
You might also like to view...
MC Which is a field that must contain unique data?
a) the marker field. b) the first field. c) the last field. d) None of the above.
?Which of the following is NOT a potential drawback to downsizing?
A. ?reduced payroll costs B. ?decreasing employee morale C. ?lower quality D. ?none of these
B-Trees were introduced to address which constraint in the design of efficient binary tree algorithms?
a) the execution speed of the computer b) the version of the operating system that is installed c) sparsely populated trees d) problems in which all of the elements may not fit in memory at the same time e) None of these is correct.
Match the following terms to their meanings:
I. Fill II. Option button III. Gallery IV. ScreenTip V. Gradient fill A. allows the user to make one choice from two or more options B. one color fades into another C. the inside color of an object D. displays useful information about mouse actions E. Office feature that displays a list of potential results