listStyleImage property

Sets or retrieves a value that indicates which image to use as a list-item marker for the object.

 

Syntax

Integer value = object.put_listStyleImage( v);Integer value = object.get_listStyleImage(* sLocation);

Property values

Type: BSTR

none (none)

Default. No image is specified.

url(sURL) (url(sURL))

Location of the image, where sURL is an absolute or relative URL.

String format

url(sURL) | none

CSS information

Applies To All elements
Media visual
Inherited 1
Initial Value

Standards information

Remarks

The IHTMLCSSStyleDeclaration::listStyleImage property can be applied to any element when IHTMLCSSStyleDeclaration::margin and IHTMLCSSStyleDeclaration::display:list-item are applied. The IHTMLCSSStyleDeclaration::display: list-item property is available starting with Microsoft Internet Explorer 6.

When the image is available, it replaces the marker that is set with the IHTMLCSSStyleDeclaration::listStyleType marker.

If the left margin of the list item is set to 0 using one of the IHTMLCSSStyleDeclaration::margin properties, the list-item markers do not show. The margin should be set to a minimum of 30 points.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll