Click or drag to resize

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


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

Parameters

title  String
 
width  Int32
 
height  Int32
 
content  TableLayout
 
scrollable  Boolean
 

Return Value

Form
See Also