BackgroundColor
This property is used to specify background color for the form field.
Syntax
[VC++]
unsigned long GetBackgroundColor();
void SetBackgroundColor(unsigned long newValue);
[C#]
public abstract new uint BackgroundColor [ get, set ]
[VB]
Property BackgroundColor As OLE_COLOR