background property
Sets or retrieves the background picture tiled behind the text and graphics in the object.
Syntax
HRESULT value = object.put_background( v);HRESULT value = object.get_background(* p);
Property values
Type: BSTR
the URL of the file to use as the background picture.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Show: