This property sets the color for the border of the Thumbnail Control.
[Visual
Basic] thumbcontrolname.BackColor [
= Long ]
[Visual C++] [
long = ]thumbcontrolname.GetBackColor()
thumbcontrolname.SetBackColor(long Val)
thumbcontrolname.SetBackColor(long Val)
Property Value
BorderColor is the color for the border of the Thumbnail Control.
Explanation
The BorderColor property sets the color for the border of the Thumbnail Control. To set color, please use the appropriate RGB(Red, Green, Blue) value. The BorderColor property is enable when the Appearance property is 0(ikFlat) and the BorderVisible property is True.
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.