FlowsheetBaseDisplayForm Method

Displays a form or panel within the flowsheet's docking area. Must be implemented by the concrete UI host.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public abstract void DisplayForm(
	Object form
)

Parameters

form  Object
The form or dockable panel to display.

Implements

IFlowsheetDisplayForm(Object)

See Also