owningElement property
[This documentation is preliminary and is subject to change.]
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 owningElement property usually returns the style or link object that defined the style sheet.
Build date: 6/12/2012
Community Additions
Show: