This property sets whether or not the transparency is enabled when the filename or comment is displayed in the thumbnail cell that has been selected.

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

Property Value

Value Explanation
True Transparency is enabled
False Transparency is disabled

Explanation

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

When this 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