TCnPictureBox.ErrorImage Property

Gets or sets the image to display when an error occurs during the image-loading process or if the image load is canceled.

Namespace: CNClrLib.Control.PictureBox
published
 property ErrorImage: TClrImage read GetErrorImage write SetErrorImage stored False;

Property Value

Type: TClrImage

An Image to display if an error occurs during the image-loading process or if the image load is canceled.

If no ErrorImage is specified, a default error image is displayed.