
This interface denotes one item of a list.
This element is a block element.
IHTMLLIElement Methods
| put_type | get_type |
| put_value | get_value |
HRESULT put_type(
BSTR v
);
Changes the style of the list.
| 1 | Use numbers. This is the default value. |
| a | Use small letters. |
| A | Use large letters. |
| i | Use small roman numerals. |
| I | Use large roman numerals. |
See also get_type
HRESULT get_type(
BSTR *p
);
Retrieves the current style of the list.
| 1 | Use numbers. This is the default value. |
| a | Use small letters. |
| A | Use large letters. |
| i | Use small roman numerals. |
| I | Use large roman numerals. |
See also put_type
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.
See also 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.
See also put_value
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.