CommonCreate And Add Double Text Box Row 2 Method
Definition
Namespace: DWSIM.UI.Shared
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 TextBox[] CreateAndAddDoubleTextBoxRow2(
this DynamicLayout container,
string numberformat,
string text,
double currval1,
double currval2,
Action<TextBox, EventArgs> command,
Action<TextBox, EventArgs> command2
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddDoubleTextBoxRow2 (
container As DynamicLayout,
numberformat As String,
text As String,
currval1 As Double,
currval2 As Double,
command As Action(Of TextBox, EventArgs),
command2 As Action(Of TextBox, EventArgs)
) As TextBox()Parameters
- container DynamicLayout
- numberformat String
- text String
- currval1 Double
- currval2 Double
- command ActionTextBox, EventArgs
- command2 ActionTextBox, EventArgs