FormFlowsheetReturnForm 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
public IDockContent ReturnForm(
	string str
)

Parameters

str  String
The fully-qualified type name stored in the layout XML.

Return Value

IDockContent
The matching IDockContent, or Nothing if unrecognised.

See Also