parentElement property
Retrieves the parent object in the object hierarchy.
Syntax
HRESULT value = object.get_parentElement(IHTMLElement** p);
Property values
Type: Object
the parent.
Remarks
The topmost object returns null as its parent.
Show: