IHTMLLIElement::get_valueIHTMLLIElement::get_value*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLLIElement::put_value
*Next Topic: IHTMLLinkElement

IHTMLLIElement::get_value


HRESULT get_value(
    long *p 
);

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.

p
Address of a variable that receives the value of the item.

See also put_value

Up Top of Page


IHTMLLIElement::put_value


HRESULT put_value(
    long v 
);

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.

v
Value specifying the item number.

See also get_value


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.