IHTMLBlockElement2 interface

Provides access to additional block element properties.

Members

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

  • Properties

Properties

The IHTMLBlockElement2 interface has these properties.

Property Description

cite

Sets or retrieves reference information about the object.

width

Sets or gets a value that you can use to implement your own IHTMLBlockElement2::width functionality for the object.

 

Remarks

Extends the IHTMLBlockElement interface.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLBlockElement