This property sets the color of the ImageKit Control border.
[Visual Basic]   imagekitcontrolname.BorderColor [= OLE_COLOR ]
[Visual C++]     [unsigned long = ]imagekitcontrolname.GetBorderColor()
                 imagekitcontrolname.SetBorderColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.BorderColor [= Color ]
[C#.NET]   imagekitcontrolname.BorderColor [= Color ]

Property Value

Value Explanation
BorderColor The ImageKit Control's border color

Explanation

The BorderColor property sets the color for the border of the ImageKit Control. To set color, please use the appropriate RGB(Red, Green, Blue) value.

The BorderColor property is enabled when the Apperance 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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation