CommonCreate And Add Double Text Box Row(TableLayout, String, String, String, Double, ActionTextBox, Event Args, ActionTextBox, Event Args) 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 CreateAndAddDoubleTextBoxRow(
this TableLayout container,
string numberformat,
string text,
string currval1,
double currval2,
Action<TextBox, EventArgs> command,
Action<TextBox, EventArgs> command2
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddDoubleTextBoxRow (
container As TableLayout,
numberformat As String,
text As String,
currval1 As String,
currval2 As Double,
command As Action(Of TextBox, EventArgs),
command2 As Action(Of TextBox, EventArgs)
) As TextBoxParameters
- container TableLayout
- numberformat String
- text String
- currval1 String
- currval2 Double
- command ActionTextBox, EventArgs
- command2 ActionTextBox, EventArgs