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

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,
	Control content,
	bool scrollable
)

Parameters

title  String
 
width  Int32
 
height  Int32
 
content  Control
 
scrollable  Boolean
 

Return Value

Form

See Also