item method

Gets a property that has been explicitly set in the current declaration block.

 

Syntax

 retVal = object.item(index);

Parameters

  • index [in]
    Type: long

    The index of the property name to retrieve.

Standards information

Remarks

The IHTMLCSSStyleDeclaration::item method can be used to iterate over all properties in this declaration block.

See also

Reference

IHTMLCSSStyleDeclaration::getPropertyPriority

IHTMLCSSStyleDeclaration::getPropertyValue

IHTMLCSSStyleDeclaration::length

IHTMLCSSStyleDeclaration::removeProperty

IHTMLCSSStyleDeclaration::setProperty