This topic has not yet been rated - Rate this topic

contentDocument property

Retrieves the document object of the page or frame.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5Internet Explorer 8

Syntax

HRESULT value = object.get_contentDocument(** p);

Property values

Type: Object

Address of a pointer to the document this page or frame contains. If there is no document, then null will be returned.

Standards information

Remarks

This property is new in Windows Internet Explorer 8.

See also

IHTMLFrameBase2::contentWindow

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.