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

Computer Science & Information Technology

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

Computer Science & Information Technology

A(n) ________ path starts from the directory in which the application began executing.

a. absolute b. relative c. parallel d. comparative

Computer Science & Information Technology

Which of the following represents the Copy button?

A.
B.
C.
D.

Computer Science & Information Technology

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

Computer Science & Information Technology