IHTMLListElement2 interface

This interface provides access to additional list element properties.

Members

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

  • Properties

Properties

The IHTMLListElement2 interface has these properties.

Property Description

compact

Sets or retrieves a Boolean value indicating whether the list should be compacted by removing extra space between list objects.

 

Remarks

This interface extends the IHTMLListElement interface, which has no methods or properties.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch