Contents Index Topic Contents | ||
Previous Topic: IHTMLBodyElement::put_bgProperties Next Topic: IHTMLBodyElement::put_leftMargin |
IHTMLBodyElement::get_bgProperties
HRESULT get_bgProperties( BSTR *p );Retrieves the properties for the background picture; for example, whether the picture is a fixed watermark or scrolls with the page
- Returns S_OK if successful, or an error value otherwise.
- v
- Address of a string variable that receives the background properties. This parameter receives "fixed" if the background picture is fixed and does not scroll with the page, or an empty string ("") if the background picture scrolls.
See also put_bgProperties
IHTMLBodyElement::put_bgProperties
HRESULT put_bgProperties( BSTR v );Sets the properties for the background picture. For example, specifies whether the picture is a fixed watermark or scrolls with the page
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the background properties. If this parameter is "fixed", the background picture is fixed and does not scroll with the page. If set to an empty string (""), the background picture scrolls.
See also get_bgProperties
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.