Contents Index Topic Contents | ||
Previous Topic: IHTMLRuleStyle::put_cssText Next Topic: IHTMLRuleStyle::put_cursor |
IHTMLRuleStyle::get_cssText
HRESULT get_cssText( BSTR *p );Retrieves the persisted representation of the style rule.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the style rule.
See also put_cssText
IHTMLRuleStyle::put_cssText
HRESULT put_cssText( BSTR v );Sets the persisted representation of the style rule.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the style rule.
See also get_cssText
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.