1 out of 2 rated this helpful - Rate this topic

parent property

Retrieves the parent of the window in the object hierarchy.

Syntax

HRESULT value = object.get_parent(IHTMLWindow2** p);

Property values

Type: Object

the parent.

Remarks

For a document, the parent is the containing window. For a window defined using frame, the parent is the window that contains the corresponding frameSet definition.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.