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

In This Topic
    createTextNode Method
    In This Topic

    createTextNode method of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    Function createTextNode( _
       ByVal text As System.String _
    ) As System.Object
    System.object createTextNode( 
       System.string text
    )

    Parameters

    text
    Remarks

    An original IDL definition of createTextNode method was the following: HRESULT createTextNode (BSTR text, [out, retval] IHTMLDOMNode** ReturnValue);

    See Also