Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the value of the cascading style sheet (CSS) backgroundImage property for the object.
Syntax
HRESULT get_backgroundImage( BSTR *p );
Parameters
- p
- Address of a variable that receives the value of the property. See backgroundImage for details. This parameter receives NULL if the property is not set.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_backgroundImage
Sets a cascading style sheet (CSS) backgroundImage property for the object.
Syntax
HRESULT put_backgroundImage( BSTR v );
Parameters
- v
- String specifying the URL of the background image, or NULL to remove the property. See backgroundImage for details.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_backgroundImage
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.