Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / LoadDocument Method / LoadDocument(String) Method
The url of document to load.

In This Topic
    LoadDocument(String) Method
    In This Topic
    Loads the URL based on the specified string.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadDocument( _
       ByVal url As System.String _
    ) 
    public void LoadDocument( 
       System.string url
    )

    Parameters

    url
    The url of document to load.
    See Also