IHTMLUListElement::get_typeIHTMLUListElement::get_type*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLUListElement::get_compact
*Next Topic: IHTMLUListElement::put_compact

IHTMLUListElement::get_type


HRESULT get_type(
    BSTR *p 
);

Retrieves the current style of the list.

p
Address of a string variable that receives the style. Can be one of these strings:
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

Up Top of Page


IHTMLUListElement::put_type


HRESULT put_type(
    BSTR v 
);

Changes the style of the list.

v
String specifying the list style. Can be one of these strings:
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


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