setProperty method
Sets a property value and priority within the current declaration block.
![]() ![]() |
Syntax
HRESULT retVal = object.setProperty(bstrPropertyName, bstrPropertyValue, bstrPropertyPriority);
Parameters
- bstrPropertyName [in]
-
Type: BSTR
The name of the CSS property.
- bstrPropertyValue [in]
-
Type: BSTR
The new value of the property.
- bstrPropertyPriority [in]
-
Type: BSTR
The new priority of the property (for example, !important).
Return value
Type: HRESULT
This method can return one of these values.
Standards information
See also
- Reference
- IHTMLCSSStyleDeclaration::getPropertyPriority
- IHTMLCSSStyleDeclaration::getPropertyValue
- IHTMLCSSStyleDeclaration::item
- IHTMLCSSStyleDeclaration::length
- IHTMLCSSStyleDeclaration::removeProperty
Show:

