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

In This Topic
    open Method (IHTMLDocument2)
    In This Topic

    open method of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    Function open( _
       ByVal url As System.String, _
       ByVal name As System.Object, _
       ByVal features As System.Object, _
       ByVal replace As System.Object _
    ) As System.Object
    System.object open( 
       System.string url,
       System.object name,
       System.object features,
       System.object replace
    )

    Parameters

    url
    name
    features
    replace
    Remarks

    An original IDL definition of open method was the following: HRESULT open ([optional, defaultvalue("text/html")] BSTR url, [optional] VARIANT name, [optional] VARIANT features, [optional] VARIANT replace, [out, retval] IDispatch** ReturnValue);

    See Also