IHTMLStyleSheet::get_owningElementIHTMLStyleSheet::get_owningElement*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyleSheet::get_media
*Next Topic: IHTMLStyleSheet::get_parentStyleSheet

IHTMLStyleSheet::get_owningElement


HRESULT get_owningElement(
    IHTMLElement **p 
);

Retrieves the element that is next in the HTML hierarchy. This usually contains the STYLE or LINK that defined the style sheet.

p
Address of a variable that receives an interface pointer to the element.

See also IHTMLElement


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.