2 out of 2 rated this helpful - Rate this topic

self property

Retrieves a reference to the current window or frame.

Syntax

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

Property values

Type: Object

the current window or frame.

Remarks

You can use the property to explicitly refer to the current window or frame. To improve scripting efficiency, you also can use it to make implicit window references explicit.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.