Once you have created a Picture Box control, you use its ____________ property to specify the image it will display.

a. Picture
b. Image
c. Source
d. Display

b. Image

Computer Science & Information Technology

You might also like to view...

Write the following do-while statement with a while construct, and maybe some extra code.

``` x = 10; do {cout << x << endl; x = x - 3; } while ( x > 0 ); ``` What will be an ideal response?

Computer Science & Information Technology

Get the kids home

A. Student B. Teacher C. Bus Driver D. none of the above

Computer Science & Information Technology