Extensions2GetTabbedForm Method |
Namespace: DWSIM.ExtensionMethods.EtoAssembly: 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
)
Public Shared Function GetTabbedForm (
title As String,
width As Integer,
height As Integer,
contents As Control()
) As Form
Request Example
View SourceParameters
- title String
-
- width Int32
-
- height Int32
-
- contents Control
-
Return Value
FormSee Also