'Declaration Function createElement( _ ByVal eTag As System.String _ ) As IHTMLElement
IHTMLElement createElement( System.string eTag )
Parameters
- eTag
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)
;