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