This property sets the color of the text (either the filename or comment) for a thumbnail image.
[Visual
Basic] thumbcontrolname.TextColor [
= Long ]
[Visual C++] [
long = ]thumbcontrolname.GetTextColor()
thumbcontrolname.SetTextColor(long Val)
thumbcontrolname.SetTextColor(long Val)
Property Value
The color of the text
Explanation
The TextColor property sets the color of the text (either the filename or comment) for a thumbnail image. To set this property, use RGB(Red, Green, Blue) color notation or equivalent 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.