This property sets the color of the thumbnail image frame when the image is selected.

[C++Builder]   thumbcontrolname->ForeColorDown [ = TColor ]
[Delphi]   thumbcontrolname.ForeColorDown [ = TColor ]

Property Value

The color of the thumbnail frame

Explanation

The ForeColorDown property sets the color of the thumbnail image frame when the image is selected. To set the color, please use a color constant (like clRed, etc.) or the RGB(Red, Green, Blue) value. This property is enabled when the Style property is vikButton or vikFilm.

For more information about the TColor type, please refer to the Delphi or C++Builder help documenation.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences between the ImageKit6/7/8

The property's type has changed.

 

The ImageKit10 VCL is a product created by Newtone Corporation