document property
[This documentation is preliminary and is subject to change.]
Retrieves the HTML document in a given popup window.
This property is not supported for Metro style apps 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: 6/12/2012
Community Additions
Show: