This property sets the color of the thumbnail image frame when the image is selected.
[Visual
Basic] thumbcontrolname.ForeColorDown
[ = Long ]
[Visual C++] [
long =
]thumbcontrolname.GetForeColorDown()
thumbcontrolname.SetForeColorDown(long Val)
thumbcontrolname.SetForeColorDown(long Val)
Property Value
The color of the thumbnail frame
Explanation
The ForeColorDown property sets the color of the thumbnail image frame when the image is selected. To set the color, please use the RGB(Red, Green, Blue) value. This property is enabled when the Style property is 0 (button) or 1 (film).
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.