Parent Property
Gets the parent of the object.
Syntax
[ oParent = ] object.Parent
Possible Values
oParent Object that receives the parent. The property is read-only. The property has no default value.
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.
Applies To
InternetExplorer, WebBrowser
See Also