Click or drag to resize

Extensions2GetTabbedForm Method


Namespace: DWSIM.ExtensionMethods.Eto
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax
public static Form GetTabbedForm(
	string title,
	int width,
	int height,
	Control[] contents
)
Request Example View Source

Parameters

title  String
 
width  Int32
 
height  Int32
 
contents  Control
 

Return Value

Form
See Also