Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the value of the cascading style sheet (CSS) background property for the object.
Syntax
HRESULT get_background( BSTR *p );
Parameters
- p
- Address of a variable that receives the value of the property. See background 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_background
Sets the value of the cascading style sheet (CSS) background property for the object.
Syntax
HRESULT put_background( BSTR v );
Parameters
- v
- String specifying the value of the property, or NULL to remove it. See background for details.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_background
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.