Which property will display a static image if any dynamic image fails to load?

You have received instructions to make sure that the PictureBox will display dynamically loaded images. Which property will display a static image if any dynamic image fails to load?

You have received instructions to make sure that the PictureBox will display dynamically loaded images. Which property will display a static image if any dynamic image fails to load?

A.
BackgroundImage

B.
Image

C.
ErrorImage

D.
InitailImage

Explanation:
The ErrorImage property specifies the image that should be displayed. This will happened only if the image that you are trying to load dynamically fails.

Incorrect Answers:
A: The BackgroundImage property specifies a background image which is used by the control.
B: The Image property specifies the image you want the PictureBox control to display.
D: The InitailImage specifies the image you want the PictureBox control to display while the other one is loading.



Leave a Reply 0

Your email address will not be published. Required fields are marked *