| C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLElement2 Interface : insertAdjacentElement Method |
insertAdjacentElement method of IHTMLElement2 interface.
'Declaration Function insertAdjacentElement( _ ByVal where As System.String, _ ByVal insertedElement As IHTMLElement _ ) As IHTMLElement
IHTMLElement insertAdjacentElement( System.string where, IHTMLElement insertedElement )
An original IDL definition of insertAdjacentElement method was the following: HRESULT insertAdjacentElement (BSTR where, IHTMLElement* insertedElement, [out, retval] IHTMLElement** ReturnValue);