Exam 13: Graphics, Animation, Sound, and Drag-And-Drop

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The target object uses a control's DoDragDrop method.

Free
(True/False)
4.7/5
(32)
Correct Answer:
Verified

False

Pictures can be loaded,moved,and resized at run time.

Free
(True/False)
4.7/5
(31)
Correct Answer:
Verified

True

If you don't set the width of a Pen,it defaults to one pixel.

Free
(True/False)
4.8/5
(34)
Correct Answer:
Verified

True

By controlling the location and visibility of controls,animation effects can be created by using similar pictures.

(True/False)
4.9/5
(40)

Point,Size,and Rectangle structures can be used to specify starting positions in the graphics methods.

(True/False)
4.8/5
(30)

You must set the AllowDrop property to True in order to set a control to be a target.

(True/False)
4.9/5
(40)

The _______ event fires when the user releases the mouse button over the target.

(Multiple Choice)
4.9/5
(29)

The Top and Left properties of an object determine the position of the upper-left corner of the object on the form.

(True/False)
4.8/5
(35)

Write the code to draw a rectangle on a form.

(Essay)
4.8/5
(42)

The form's Paint event executes when the window is displayed,resized,moved,maximized,restored,or uncovered.

(True/False)
4.8/5
(36)

The Scroll event of a scroll bar occurs anytime the scroll box is moved.

(True/False)
4.8/5
(38)

The ScrollBar_Click event occurs when the user clicks the up arrow of a vertical scroll bar.

(True/False)
4.7/5
(35)

When designing a form having graphics,the programmer creates a Graphics object to _______.

(Multiple Choice)
4.8/5
(26)

A GroupBox has its own 0,0 coordinate system.

(True/False)
4.8/5
(37)

The term,graphics,refers to any text,drawing,image,or icon you display on the screen.

(True/False)
4.9/5
(46)

The _______ class contains various methods for returning random numbers of different data types.

(Multiple Choice)
4.9/5
(36)

To make sure the Scroll Bar events occur anytime there is a change in the Value property of the control,which two events need to contain code?

(Multiple Choice)
4.8/5
(44)

If the user drags the scroll box in a scroll bar control,the scroll bar's Scroll event occurs.

(True/False)
5.0/5
(38)

To make sure that the graphics on the form get redrawn every time the form is rendered,place the code in the form's _______ procedure.

(Multiple Choice)
4.8/5
(30)

Pictures can be loaded,moved,and resized only at design time.

(True/False)
4.8/5
(45)
Showing 1 - 20 of 62
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)