TCnPictureBox.ImageLocation Property

Gets or sets the path or URL for the image to display in the PictureBox.

Namespace: CNClrLib.Control.PictureBox
published
 property ImageLocation: String read GetImageLocation write SetImageLocation;

Property Value

Type: String

The path or URL for the image to display in the PictureBox.

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://xxxxxxx.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.