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.
[Visual
Basic] thumbcontrolname.SelectTextTransparent
[ = Boolean ]
[Visual C++] [
Bool =
]thumbcontrolname.GetSelectTextTransparent()
thumbcontrolname.SetSelectTextTransparent(BOOL Val )
thumbcontrolname.SetSelectTextTransparent(BOOL Val )
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.