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

In This Topic
    createElement Method (IHTMLDocument2)
    In This Topic

    createElement method of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    Function createElement( _
       ByVal eTag As System.String _
    ) As IHTMLElement
    IHTMLElement createElement( 
       System.string eTag
    )

    Parameters

    eTag
    Remarks

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

    See Also