This property sets the filename for the background image displayed on the thumbnail image frame when the thumbnail has not been clicked.

[C++Builder]   thumbcontrolname->PictureFile [ = UnicodeString ]
[Delphi]   thumbcontrolname.PictureFile [ = string ]

Property Value

The filename for the background image

Explanation

The PictureFile property sets the filename for the background image displayed on the thumbnail image frame when the thumbnail has not been clicked. This property could be used to create the effect of window blinds being opened to reveal a thumbnail image when the mouse is clicked on that thumbnail image frame.

This property is enabled when the Style property is vikCustom. The black RGB(0,0,0) portions of the background image is set as a transparent color. The thumbnail image will be displayed through this portion of the background image.

Note: The PictureDown and Picture properties also set a background image on the display area of the thumbnail image. However, when setting the background image during execution, it is recommended that you use the PictureFile and PictureDownFile properties.

Setting this value

This value can be set at run-time.

Retrieving this value

This value cannot be retrieved.

Differences between the ImageKit6/7/8

The property's name has changed from PictureUpFile to PictureFile.

 

The ImageKit10 VCL is a product created by Newtone Corporation