Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::addRule Next Topic: IHTMLStyleSheet::get_disabled |
IHTMLStyleSheet::get_cssText
HRESULT get_cssText( BSTR *p );Retrieves a string of the rules set in the style sheet defined in the CSS format as it would look, if the style sheet were saved.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the rules set.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.