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

In This Topic
    removeAttribute Method (IHTMLEventObj2)
    In This Topic
    This member is for internal use only.
    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
    See Also