This property sets the color of the thumbnail frame when the thumbnail image is not selected (default color).

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

Property Value

The color of the thumbnail frame (default color)

Explanation

The ForeColor property sets the color of the thumbnail frame when the thumbnail image is not selected (default color). 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 ForeColorUp property is now called the ForeColor property. The property's type has changed.

 

The ImageKit10 VCL is a product created by Newtone Corporation