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
String format
url(sURL) | none
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value |
Standards information
- CSS 2.1, Section 5.6.4
Remarks
The IHTMLCurrentStyle::listStyleImage property can be applied to any element when IHTMLCurrentStyle::margin and IHTMLCurrentStyle::display:list-item are applied. The IHTMLCurrentStyle::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 IHTMLCurrentStyle::listStyleType marker.
If the left margin of the list item is set to 0 using one of the IHTMLCurrentStyle::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 |
|
|
IDL |
|
|
DLL |
|

