This property sets whether or not the transparency is enabled when the filename or comment is displayed in the thumbnail cell
[Visual
Basic] thumbcontrolname.TextTransparent
[ = Boolean ]
[Visual C++] [
Bool =
]thumbcontrolname.GetTextTransparent()
thumbcontrolname.SetTextTransparent(BOOL Val )
thumbcontrolname.SetTextTransparent(BOOL Val )
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.