listStyle property

Sets or retrieves up to three separate IHTMLStyle::listStyle properties of the object.

 

Syntax

Integer value = object.put_listStyle( v);Integer value = object.get_listStyle(* sStyle);

Property values

Type: BSTR

up to three of the Possible Values, in any order.

type (disc)

Any of the range of type values available to the IHTMLStyle::listStyleType property.

position (outside)

Any of the range of position values available to the IHTMLStyle::listStylePosition property.

image (none)

Any of the range of image values available to the IHTMLStyle::listStyleImage property.

String format

[ type || position || image ]

CSS information

Applies To All elements
Media visual
Inherited 1
Initial Value

Standards information

Remarks

The IHTMLStyle::listStyle property is a composite property. When specifying both the type and image values, the image value takes precedence, unless the image value is set to none or the image pointed to by the URL cannot display.

The IHTMLStyle::listStyle property also applies to all elements on which the IHTMLStyle::display property is set to list-item. To make the bullet points appear, you must explicitly set the IHTMLStyle::margin property or set the IHTMLStyle::listStylePosition property to inside on these elements.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll