How do you open the Content Control Properties dialog box?
A. Click Design Mode in the Controls group.
B. Right-click a control, then click Edit.
C. Click Properties in the Controls group.
D. Right-click a control, then click Properties.
Answer: C
Computer Science & Information Technology
You might also like to view...
A single line comment in C# begins with:
a) */ b) # c) // d) \\
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. Global variables are initialized to zero by default. 2. Local variables are initialized to zero by default. 3. It is not considered good programming practice to declare all your variables globally. 4. You may use the exit() function to terminate a program, regardless of which control mechanism is executing.
Computer Science & Information Technology