When you drag multiple Controls onto a Form, what appears to help you align new Controls with others already in place?

A. alignment dots
B. blue dotted lines
C. blue grip angles
D. blue snap lines


Answer: D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The value of strVar.Length is the number of characters in the value of strVar. 2. The value of "abcd".IndexOf("b") is 2. 3. The following lines are valid. (T/F) Dim h As String = "Hello" txtBox.Text = CStr(h.IndexOf("h")) 4. All comment statements must be placed at the beginning of a program. 5. The statement lstBox.Items.Add("") clears all the text from the list

Computer Science & Information Technology

___ can be drawn as a partial sweep of a circle. It is defined by the coordinates of the center of a circle, the radius, start angle, and end angle of the sweep.

A. An arc B. A bezier curve C. A quadratic curve

Computer Science & Information Technology

Orientation refers to the relative positions of the worksheet and the paper.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A circuit board is a thin board containing computer chips and other electronic components.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology