PictureBox::ImageLocation Property
.NET Framework (current version)
Gets or sets the path or URL for the image to display in the PictureBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The property value can be an actual path (for example, “C:\SomeFolder\SomeSubFolder\Picture.jpg”), a relative path (“\SomeSubFolder\Picture.jpg”), or a URL (http://contoso.com/images/Picture.jpg).
If a relative path is used, it will be considered relative to the working directory.
A call to the Load method will overwrite the ImageLocation property, setting ImageLocation to the URL value specified in the method call.
.NET Framework
Available since 2.0
Available since 2.0
Show: