[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLElement.removeAttribute

removeAttribute Method

removeAttribute(string, int)

removeAttribute method of IHTMLElement interface.

Declaration
bool removeAttribute(string strAttributeName, int lFlags)
Function removeAttribute(strAttributeName As String, lFlags As Integer) As Boolean
Parameters
Type Name Description
string strAttributeName
int lFlags
Returns
Type Description
bool
Remarks

An original IDL definition of removeAttribute method was the following: HRESULT removeAttribute (BSTR strAttributeName, [optional, defaultvalue(1)] long lFlags, [out, retval] VARIANT_BOOL* ReturnValue);