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

In This Topic
    createDocumentFromUrl Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function createDocumentFromUrl( _
       ByVal bstrUrl As System.String, _
       ByVal bstrOptions As System.String _
    ) As IHTMLDocument2
    IHTMLDocument2 createDocumentFromUrl( 
       System.string bstrUrl,
       System.string bstrOptions
    )

    Parameters

    bstrUrl
    bstrOptions
    See Also