Form FlowsheetDisplay HTML Method
Displays an HTML content panel inside the flowsheet dock area.
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 DisplayHTML(
string title,
string htmlcontent
)VB
Public Sub DisplayHTML (
title As String,
htmlcontent As String
)