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

Gets a standard form window to display with scrollable contents

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

Parameters

title  String
Title of the form
width  Int32
Width in pixels
height  Int32
Height in pixels
content  TableLayout
Form contents (DynamicLayout)
scrollable  Boolean
Contents are scrollable

Return Value

Form

See Also