Click or drag to resize

Extensions2GetStandardForm(String, Int32, Int32, DynamicLayout) 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,
	DynamicLayout content
)
Request Example View Source

Parameters

title  String
 
width  Int32
 
height  Int32
 
content  DynamicLayout
 

Return Value

Form
See Also