[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDocument2.createElement

createElement Method

createElement(string)

createElement method of IHTMLDocument2 interface.

Declaration
IHTMLElement createElement(string eTag)
Parameters
Type Name Description
string eTag
Returns
Type Description
IHTMLElement
Remarks

An original IDL definition of createElement method was the following: HRESULT createElement (BSTR eTag, [out, retval] IHTMLElement** ReturnValue);