Extensions2GetTabbedForm Method

Gets a Form window for multiple tabbed contents

Definition

Namespace: DWSIM.ExtensionMethods.Eto
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static Form GetTabbedForm(
	string title,
	int width,
	int height,
	Control[] contents
)

Parameters

title  String
Title of the form
width  Int32
Width in pixels
height  Int32
Height in pixels
contents  Control
List of controls to display in the tabs. Set the Tag property of the control to display as the tab text.

Return Value

Form

See Also