A guide that displays when an object is moved that helps align objects in relation to other objects.

What will be an ideal response?

Smart Guide

Computer Science & Information Technology

You might also like to view...

When you ________ cells, you divide a single cell into two or more cells

A) share B) merge C) split D) subset

Computer Science & Information Technology

Which of the following will correctly assign all the values in one array to the other array? (Assume both arrays are of the same type and have SIZE elements)

a. array1=array2; b. array1[]=array2; c. for(i=0;i

Computer Science & Information Technology