FormFlowsheetDisplayForm Method

Shows a form as a dock panel content or a regular child window, adjusting panel dimensions based on the requested dock state.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void DisplayForm(
	Object form
)

Parameters

form  Object
The DockContent or Form to display.

Implements

IFlowsheetDisplayForm(Object)

See Also