Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::get_owningElement Next Topic: IHTMLStyleSheet::get_readOnly |
IHTMLStyleSheet::get_parentStyleSheet
HRESULT get_parentStyleSheet( IHTMLStyleSheet **p );Retrieves an interface pointer to the styleSheet object that imported the current style sheet. This property is intended for imported styleSheets.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives an interface pointer to the parent style sheet. This parameter receives NULL if the style sheet is part of a LINK or STYLE element.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.