Parent property
Gets the parent of the object.
Type: Object
the parent.
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.
Reference