Answer the following statements true (T) or false (F)
1. A modal form cannot lose the focus until the form disappears.
2. Code in one form can refer to controls in another form.
3. A class-level variable declared in one form can be accessed by other forms if it is
declared with the keyword Public.
4. The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40) and
gr.DrawLine(Pens.Red, 0, 0, 40, 30) draw lines of the same length.
5. The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40) and
gr.DrawLine(Pens.Red, 10, 20, 40, 60) draw lines of the same length.
1. T
2. T
3. T
4. T
5. T
You might also like to view...
Master views include Slide Master view, Handout Master view, and Notes Master view.
Indicate whether the statement is true or false
Summary statistics describe a collection of numbers
Indicate whether the statement is true or false