IHTMLOListElement::get_typeIHTMLOListElement::get_type*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLOListElement::put_type
*Next Topic: IHTMLOpsProfile

IHTMLOListElement::get_type


HRESULT get_type(
    BSTR *p 
);

Retrieves the current style of the list.

p
Address of a variable that receives one of these style values:
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


IHTMLOListElement::put_type


HRESULT put_type(
     BSTR v 
);

Changes the style of the list.

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