This property sets the color for the background of the Thumbnail Control.
[Visual
Basic] thumbcontrolname.BackColor [
= Long ]
[Visual C++] [
long = ]thumbcontrolname.GetBackColor()
thumbcontrolname.SetBackColor(long Val)
thumbcontrolname.SetBackColor(long Val)
Property Value
BackColor is the Thumbnail Control's background color.
Explanation
The BackColor property sets the color for the background of the Thumbnail Control. To set color, please use the appropriate RGB(Red, Green, Blue) 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.