Flowsheet BaseDisplay Form 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
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public abstract void DisplayForm(
Object form
)VB
Public MustOverride Sub DisplayForm (
form As Object
)Parameters
- form Object
- The form or dockable panel to display.