IHTMLBlockElement interface

Provides access to properties and methods available to most block elements.

Members

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

  • Properties

Properties

The IHTMLBlockElement interface has these properties.

Property Description

clear

Sets or retrieves the side on which floating objects are not to be positioned when any IHTMLBlockElement is inserted into the document.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLBlockElement2