Click to return to the Reusing Browser Technology home page    
IHTMLLegendElement::get_a...     IHTMLLIElement::get_type ...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLLIElement Interface


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.