Navigate(String,Boolean) Method
Navigates to the URL.
'Declaration
Overloads Sub Navigate( _
ByVal As String, _
ByVal As Boolean _
)
'Usage
Dim instance As IWebControl
Dim Url As String
Dim newWindow As Boolean
instance.Navigate(Url, newWindow)
Parameters
- Url
- The web document URL
- newWindow
- Determines if the new page is in a new window.