owningElement property
Retrieves the next object in the HTML hierarchy.
Syntax
HRESULT value = object.get_owningElement(IHTMLElement** p);
Property values
Type: Object
the next element in the hierarchy.
Remarks
The IHTMLStyleSheet::owningElement property usually returns the style or link object that defined the style sheet.
Show: