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

In This Topic
    createDocumentFragment Method
    In This Topic

    createDocumentFragment method of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    Function createDocumentFragment() As IHTMLDocument2
    IHTMLDocument2 createDocumentFragment()
    Remarks

    An original IDL definition of createDocumentFragment method was the following: HRESULT createDocumentFragment ([out, retval] IHTMLDocument2** ReturnValue);

    See Also