To bring an object forward or send it backward, select the object you want to move, and click the Bring to Front, Send to Back, Bring Forward, or Send Backward command in the ____ group on the Drawing Tools Format tab.
A. Arrange
B. Align
C. Move
D. Order
Answer: A
You might also like to view...
Governance policies are implemented by the specific control behaviors that dictate proper practice.
Answer the following statement true (T) or false (F)
Describe the processor requirements for an X86 virtualization server.
What will be an ideal response?
A company name that you may want included at the top of every page would be inserted as a(n) ________
Fill in the blank(s) with correct word
Which statement about class unique_ptr (of the new C++ standard) and dynamic memory allocation is false?
a. An object of class unique_ptr maintains a pointer to dynamically allocated memory. b. When a unique_ptr object destructor is called (for example, when a unique_ptr object goes out of scope), it performs a destroy operation on its pointer data member. c. Class template unique_ptr provides overloaded operators * and -> so that a unique_ptr object can be used just as a regular pointer variable is. d. Class unique_ptr is part of the new C++ standard and it replaces the deprecated auto_ptr class.