[]
removeAttribute
method of IHTMLStyle
interface.
bool removeAttribute(string strAttributeName, int lFlags)
Type | Name | Description |
---|---|---|
string | strAttributeName | |
int | lFlags |
Type | Description |
---|---|
bool |
An original IDL definition of removeAttribute
method was the following: HRESULT removeAttribute (BSTR strAttributeName, [optional, defaultvalue(1)] long lFlags, [out, retval] VARIANT_BOOL* ReturnValue)
;