Form FlowsheetDisplay Browser Window Method
Opens a floating browser window and navigates it to the specified URL.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void DisplayBrowserWindow(
string url
)VB
Public Sub DisplayBrowserWindow (
url As String
)Parameters
- url String
- The URL to display.