Gets or sets the image that is displayed by System.Windows.Forms.PictureBox.
Documentation for this section has not yet been entered.
The PictureBox.Image property is set to the System.Drawing.Image to display. You can do this either at design time or at run time.
If you want to use the same image in multiple System.Windows.Forms.PictureBox controls, create a clone of the image for each System.Windows.Forms.PictureBox. Accessing the same image from multiple controls causes an exception to occur.