This property sets the background color for the Record Control.

[Visual Basic]   recordcontrolname.BackColor[ = OLE_COLOR ]
[Visual C++]     [ unsigned long = ]recordcontrolname.GetBackColor()
                       recordcontrolname.SetBackColor(unsigned long Val)
[VB.NET]   recordcontrolname.BackColor[ = Color ]
[C#.NET]   recordcontrolname.BackColor[ = Color ]

Property Value

The background color for the Record Control.

Explanation

The BackColor property sets the background color for the Record Control. To set this property, use the RGB(Red, Green, Blue) or equivalent values.

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