The Properties window
a) allows you to modify control’s properties without writing any code.
b) displays a control’s information.
c) has the same set of options for every control.
d) a and b
e) a and c
d) a and b
You might also like to view...
Answer the following statements true (T) or false (F)
1. Two different objects of the same class have a different set of member functions. 2. You may not have more than one input and one output stream open at any one time. 3. The formatting options that were discussed for cout do not work for output file streams. 4. You must use a width statement before each variable that you want output in a certain width 5. If you use the width command, it stays in effect for all values that are send to the stream
A(n) ________ path starts from the directory in which the application began executing.
a. absolute b. relative c. parallel d. comparative
Which of the following represents the Copy button?
A.
B.
C.
D.
What is the correct order of the possible arguments in a for statement?
A. update, initilization, condition B. initialization, condition, update C. condition, initialization, update D. condition, update, initialization