This property sets whether or not the transparency is enabled when the filename or comment is displayed in the thumbnail cell

[C++Builder]   thumbcontrolname->TextTransparent[ = bool ]
[Delphi]   thumbcontrolname.TextTransparent[ = Boolean ]

Property Value

Value Explanation
True Transparency is enabled
False Transparency is disabled

Explanation

The TextTransparent property sets whether or not transparency is enabled when the filename or comment is displayed in the thumbnail cell. The TextTransparent property is enabled when the thumbnail image is NOT selected. (For enabling transparency when the thumbnail image has been selected, please refer to the SelectTextTransparent property.)

When the TextTransparent property is True, the background color set in the SelectTextBackColor or TextBackColor property will be suppressed.

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