This topic has not yet been rated - Rate this topic

document property

Retrieves the HTML document in a given popup window.

This property is not supported for Windows Store apps built for Windows using JavaScript.

Syntax

HRESULT value = object.get_document(IHTMLDocument** p);

Property values

Type: Object

the document object of the pop-up window.

See also

Reference
IHTMLWindow4::createPopup
IHTMLPopup::show
IHTMLPopup::hide
IHTMLPopup::isOpen
Conceptual
Using the Popup Object

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.