backgroundColor property
Specifies the color behind the content of the object.
![]() ![]() |
Syntax
Integer value = object.put_backgroundColor(Variant v);Integer value = object.get_backgroundColor(Variant* sColor);
Property values
Type: VARIANT
One of the following values:
transparent (transparent)
-
Initial value. Color of the next parent object through which the background is visible.
color (color)
-
Any valid color value, including those specified in the Color Table.
String format
transparent |
<color>
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | transparent |
Standards information
- CSS Backgrounds and Borders Module Level 3, Section 3.2
- CSS 2.1, Section 5.3.2
Remarks
This property can be set with the other background properties by using the IHTMLCSSStyleDeclaration::background composite property.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
Build date: 11/12/2012

