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

In This Topic
    mergeAttributes Method
    In This Topic

    mergeAttributes method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Sub mergeAttributes( _
       ByVal mergeThis As IHTMLElement _
    ) 
    void mergeAttributes( 
       IHTMLElement mergeThis
    )

    Parameters

    mergeThis
    Remarks

    An original IDL definition of mergeAttributes method was the following: HRESULT mergeAttributes (IHTMLElement* mergeThis);

    See Also