top
Expand Minimize
This topic has not yet been rated - Rate this topic

getPropertyPriority method

Gets the priority of a Cascading Style Sheets (CSS) property if the priority is explicitly set in the current declaration block.

Document Object Model (DOM) Level 2 Style Specification, Section 2.2Internet Explorer 9

Syntax


 retVal = object.getPropertyPriority(bstrPropertyName);

Parameters

bstrPropertyName [in]

Type: BSTR

The name of the CSS property.

Standards information

Remarks

The priority of a CSS property is designated by, for example, the !important declaration.

See also

Reference
IHTMLCSSStyleDeclaration::getPropertyValue
IHTMLCSSStyleDeclaration::item
IHTMLCSSStyleDeclaration::length
IHTMLCSSStyleDeclaration::removeProperty
IHTMLCSSStyleDeclaration::setProperty

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.