This property sets the color of Play Control's the border.

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

Property Value

The color of the Play Control's border.

Explanation

The BorderColor property sets the color for the border of the Play Control. To set this property, use the RGB(Red, Green, Blue) or equivalent values.

The BorderColor property is enabled when the BorderVisible property is True and the Appearance property is set to 0(ikFlat).

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