Click or drag to resize

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


Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax
public static Form GetDefaultEditorForm(
	string title,
	int width,
	int height,
	Control content,
	bool scrollable
)
Request Example View Source

Parameters

title  String
 
width  Int32
 
height  Int32
 
content  Control
 
scrollable  Boolean
 

Return Value

Form
See Also