This property sets the color of the thumbnail frame when the thumbnail image is not selected (default color).
[Visual
Basic] thumbcontrolname.ForeColorUp
[ = Long ]
[Visual C++] [
long = ]thumbcontrolname.GetForeColorUp()
thumbcontrolname.SetForeColorUp(long Val)
thumbcontrolname.SetForeColorUp(long Val)
Property Value
The color of the thumbnail frame (default color)
Explanation
The ForeColorUp property sets the color of the thumbnail frame when the thumbnail image is not selected (default color). 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.