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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the value of the item.
See also put_value
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.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the item number.
See also get_value
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.