IHTMLUListElement interface

This interface draws text and HTML as a bulleted list.

Members

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

  • Properties

Properties

The IHTMLUListElement 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.

type

Sets or retrieves the style of the list.

 

Remarks

The ul 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