This property sets the color for the border of the Thumbnail Control.

[Visual Basic]   thumbcontrolname.BorderColor [ = OLE_COLOR ]
[Visual C++]     [ unsigned long = ]thumbcontrolname.GetBorderColor()
thumbcontrolname.SetBorderColor(unsigned long Val)
[VB.NET]   thumbcontrolname.BorderColor [ = Color ]
[C#.NET]   thumbcontrolname.BorderColor [ = Color ]

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.

Differences between the ImageKit6/7/8

The property's type has changed.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation