This topic has not yet been rated - Rate this topic

IHTMLBodyElement interface

Provides access to the body element, and specifies the beginning and the end of the document body.

Members

The IHTMLBodyElement interface inherits from the IDispatch interface but does not have additional members.

Remarks

The methods that act on the IHTMLBodyElement interface enable you to control the behavior and characteristics of the body element.

Use the IHTMLDocument2::body method to get a pointer to the IHTMLBodyElement interface for a body element of the document.

The body element is a block element.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.