次の方法で共有


listStyle property

Sets or retrieves up to three separate IHTMLRuleStyle::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 IHTMLRuleStyle::listStyleType property.

position (outside)

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

image (none)

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

String format

[ type || position || image ]

CSS information

Applies To All elements
Media visual
Inherited 1
Initial Value

Standards information

Remarks

The IHTMLRuleStyle::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 IHTMLRuleStyle::listStyle property also applies to all elements on which the IHTMLRuleStyle::display property is set to list-item. To make the bullet points appear, you must explicitly set the IHTMLRuleStyle::margin property or set the IHTMLRuleStyle::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