Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
To add scroll bars to list boxes and combo boxes you must set the ScrollAlwaysVisible property to True.
A)True
B)False
2
List boxes have a Text property, but it can only be accessed at run time
A)True
B)False
3
List boxes and combo boxes have a Text property that can be accessed at design time
A)True
B)False
4
Items are added to a list box during design-time with the ListIndex property.
A)True
B)False
5
It is possible to add values to a list box or combo box during design by using the Items property
A)True
B)False
6
List boxes and combo boxes can only hold numeric values.
A)True
B)False
7
The Alphabetize property can be set to True and the combo or list box will automatically be sorted when an item is added to the list.
A)True
B)False
8
The SelectedIndex property can be used to select an item in the list or to determine which item is selected
A)True
B)False
9
Use the code: NamesListBox.SelectedIndex = -1, to deselect all items in a list
A)True
B)False
10
If a list contains 15 items, the Count property will be 15 and the highest SelectedIndex property will be 16.
A)True
B)False







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 7 > True or False