Click to return to the Reusing Browser Technology home page    
IHTMLRuleStyle::removeAtt...     IHTMLRuleStyle2 Interface     IHTMLRuleStyle Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLRuleStyle::setAttribute Method


Sets the value of the given attribute. If the attribute is not already present, the method adds the attribute to the element and sets the value.

Syntax

HRESULT setAttribute(
    BSTR strAttributeName,
    VARIANT AttributeValue,
    LONG lFlags 
);

Parameters

strAttributeName
String that specifies the name of the attribute to set.
AttributeValue
String, number, or Boolean value to assign to the attribute.
lFlags
Long integer value that specifies the flags.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.