To align controls, you use the Align Top button in the:
A) Position group on the Arrange tab. B) Control Alignment group on the Tools tab.
C) Position group on the Tools tab. D) Control Alignment group on the Arrange tab.
D
Computer Science & Information Technology
You might also like to view...
What is sum after the following loop terminates?
int sum = 0; int item = 0; do { item++; sum += item; if (sum > 4) break; } while (item < 5); a. 5 b. 6 c. 7 d. 8 e. 9
Computer Science & Information Technology
Define social engineering and briefly describe how it is accomplished.
What will be an ideal response?
Computer Science & Information Technology