This property sets the background color for the text (either the filename or comment) for a thumbnail image.

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

Property Value

The background color of the text

Explanation

The TextBackColor property sets the background color for the text (either the filename or comment) for a thumbnail image. To set this property, use a color constant (like clRed, etc.) or the RGB(Red, Green, Blue) color value.

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.

 

The ImageKit10 VCL is a product created by Newtone Corporation