Once you create a List Box control, you add items you wish to display to its ____________.
a. Display property
b. Text property
c. Items property
d. Values property
c. Items property
You might also like to view...
Which Input Mask replacement character specifies that the following character will be a literal character?
A) \ B) ? C) & D) /
Answer the following statements true (T) or false (F)
1. When the fixed manipulator is used, the value specified by the setprecision manipulator will be the number of digits to appear after the decimal point. 2. The only difference between the get function and the >> operator is that get reads the first character typed, even if it is a space, tab, or the [Enter] key. 3. The cin << statement will stop reading input when it encounters a newline character. 4. If you want to know the length of the string that is stored in a string object, you can call the object's size member function. 5. Arithmetic operators that share the same precedence have right to left associativity.