Form FlowsheetReturn Form Method
Returns the dockable panel instance that corresponds to the given type name string.
Used as the DeserializeDockContent callback when restoring layout from XML.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
The matching IDockContent, or Nothing if unrecognised.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IDockContent ReturnForm(
string str
)VB
Public Function ReturnForm (
str As String
) As IDockContentParameters
- str String
- The fully-qualified type name stored in the layout XML.
Return Value
IDockContentThe matching IDockContent, or Nothing if unrecognised.