IHTMLUListElement::type Property
Sets or retrieves the style of the list.
Syntax
HRESULT IHTMLUListElement::get_type(BSTR *p); HRESULT IHTMLUListElement::put_type(BSTR v);
Parameters
- p
Pointer to a variable of type BSTR that receives one of the values listed in Possible Values.- v
BSTR that specifies one of the values listed in Possible Values.
Possible Values
1 Default. Associate numbers with each item in an ordered list. a Associate lowercase letters with each item in an ordered list. A Associate uppercase letters with each item in an ordered list. i Associate small Roman numerals with each item in an ordered list. I Associate large Roman numerals with each item in an ordered list. disc Associate a solid disc with each item in an unordered list. circle Associate a hollow circle with each item in an unordered list. square Associate a solid square with each item in an unordered list.
Return Value
Returns S_OK if successful, or an error value otherwise.