CommonGetDefaultEditorForm(String, Int32, Int32, TableLayout, Boolean) Method

returns a form whose contents are defined by the TableLayout argument

Definition

Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static Form GetDefaultEditorForm(
	string title,
	int width,
	int height,
	TableLayout content,
	bool scrollable
)

Parameters

title  String
width  Int32
height  Int32
content  TableLayout
scrollable  Boolean

Return Value

Form

See Also