Extensions 2Get Tabbed Form 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
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
C#
public static Form GetTabbedForm(
string title,
int width,
int height,
Control[] contents
)VB
Public Shared Function GetTabbedForm (
title As String,
width As Integer,
height As Integer,
contents As Control()
) As FormParameters
- 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.