This interface denotes one item of a list.
IHTMLLIElement Methods
get_type Retrieves the current style of the list. get_value Retrieves the value of a list item. In an ordered list, the value is the number that precedes the list item. This property has no visual effect on an unordered list item. put_type Changes the style of the list. put_value Sets the value of a list item. In an ordered list, the value is the number that precedes the list item. This property has no visual effect on an unordered list item.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
The LI element is a block element.