WebBrowserDialog.Navigate Method
Parent Object: WebBrowserDialogDescription
Method that navigates to a url in this web browser dialog.
Syntax
WebBrowserDialog.Navigate( Url As String )Parameters
Name | Type | Description |
Url | String | Input String value that specifies the url to navigate to. |
Samples
Name | Description |
WebBrowserDialog creation | This sample demonstrates how to create a web-based browser dialog, you can use this dialog to show a html format file or navigate to a website etc.. |