Computer Science, asked by Biology76, 1 month ago

What is the checkbox and picturebox ?

Answers

Answered by lxlxlItzYourLifelxlx
2

Answer:

The PictureBox control is used for displaying images on the form. The Image property of the control allows you to set an image both at design time or at run time. Let's create a picture box by dragging a PictureBox control from the Toolbox and dropping it on the form.

Answered by manojchauhanma2
1

Answer:

Typically the PictureBox is used to display graphics from a bitmap, metafile, icon, JPEG, GIF, or PNG file. Set the Image property to the Image you want to display, either at design time or at run time.

Similar questions