Contents Index Topic Contents | ||
Previous Topic: IHTMLRuleStyle::getAttribute Next Topic: IHTMLScreen |
IHTMLRuleStyle::removeAttribute
HRESULT removeAttribute( BSTR strAttributeName, LONG lFlags, VARIANT_BOOL *pfSuccess );Removes the given attribute from the element.
- Returns S_OK if successful, or an error value otherwise.
- strAttributeName
- String specifying the name of the attribute to remove.
- lFlags
- Long integer that contains the flags.
- pfSuccess
- Address of a variable that receives TRUE if the function succeeds, or FALSE otherwise.
See also setAttribute, getAttribute
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.