System.Windows.Forms.PictureBox.Image Property

Gets or sets the image that is displayed by System.Windows.Forms.PictureBox.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Bindable(true)]
public System.Drawing.Image Image { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Note:

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0