FormFlowsheetDisplayHTML Method

Displays an HTML content panel inside the flowsheet dock area.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void DisplayHTML(
	string title,
	string htmlcontent
)

Parameters

title  String
The window/tab title.
htmlcontent  String
The HTML string to render.

See Also