Images
Which of the following are true?
- You can assign a picture to the Image property of a PictureBox
- You can assign a number to the Image property of a PictureBox
- You can assign a string to the Image property of a PictureBox
- Executing the Hide method of a PictureBox has the same effect as assigning the value false to its Visible property.
- Executing the Show method of a PictureBox has the same effect as assigning the value true to its Visible property.
Explain your answers.