IHTMLDivElement interface

Used with the IHTMLElement::className property to represent different types of containers.

Members

The IHTMLDivElement interface inherits from the IDispatch interface. IHTMLDivElement also has these types of members:

  • Properties

Properties

The IHTMLDivElement interface has these properties.

Property Description

align

Sets or retrieves the alignment of the object relative to the display or table.

noWrap

Sets or retrieves whether the browser automatically performs wordwrap.

 

Remarks

The div element is a block element.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch