bgColor property

Deprecated. Sets or retrieves a value that indicates the background color behind the object.

 

Syntax

HRESULT value = object.put_bgColor( v);HRESULT value = object.get_bgColor(* p);

Property values

Type: VARIANT

One of the color names or RGB values in the Color Table.

Standards information

Remarks

Some browsers do not recognize color names, but all browsers should recognize RGB color values and display them correctly.