Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLElement Interface / removeAttribute Method

In This Topic
    removeAttribute Method (IHTMLElement)
    In This Topic

    removeAttribute method of IHTMLElement interface.

    Syntax
    'Declaration
     
    Function removeAttribute( _
       ByVal strAttributeName As System.String, _
       ByVal lFlags As System.Integer _
    ) As System.Boolean
    System.bool removeAttribute( 
       System.string strAttributeName,
       System.int lFlags
    )

    Parameters

    strAttributeName
    lFlags
    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);

    See Also