Parent property
Gets the parent of the object.
Syntax
Property values
Type: Object
the parent.
Remarks
If the WebBrowser control is in a frame, this method returns the automation interface of the document object in the containing window. Otherwise, it delegates to the top-level control, if there is one.
The InternetExplorer application always returns a pointer to itself.
See also
Reference