Form FlowsheetDisplay Form 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void DisplayForm(
Object form
)VB
Public Sub DisplayForm (
form As Object
)Parameters
- form Object
- The DockContent or Form to display.