Extensions2GetStandardForm(String, Int32, Int32, DynamicLayout) Method

Gets a standard form window to display

Definition

Namespace: DWSIM.ExtensionMethods.Eto
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static Form GetStandardForm(
	string title,
	int width,
	int height,
	DynamicLayout content
)

Parameters

title  String
Title of the form
width  Int32
Width in pixels
height  Int32
Height in pixels
content  DynamicLayout
Form contents (DynamicLayout)

Return Value

Form

See Also