Picture Box
Image box
Add Image box
Add Picture Box
Answer is Wrong!
Answer is Right!
The correct answer is: A. Picture Box
A PictureBox is a control that allows you to display an image on a form. It is a rectangular control with a border and a caption. You can use a PictureBox to display any type of image, including bitmaps, icons, and metafiles.
To add a PictureBox to a form, you can use the following steps:
- In the Visual Studio Toolbox, click the PictureBox control.
- Drag the PictureBox control from the Toolbox to the form.
- Size and position the PictureBox control as desired.
- To display an image in the PictureBox control, set the Image property of the control to the path of the image file.
Here are the brief descriptions of each option:
- A. Picture Box is a control that allows you to display an image on a form. It is a rectangular control with a border and a caption. You can use a PictureBox to display any type of image, including bitmaps, icons, and metafiles.
- B. Image box is not a valid option.
- C. Add Image box is not a valid option.
- D. Add Picture Box is not a valid option.