CommonCreate And Add Text Box Row(TableLayout, String, String, Double, ActionTextBox, Event Args, Action) 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 CreateAndAddTextBoxRow(
this TableLayout container,
string numberformat,
string text,
double currval,
Action<TextBox, EventArgs> command,
Action keypress = null
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddTextBoxRow (
container As TableLayout,
numberformat As String,
text As String,
currval As Double,
command As Action(Of TextBox, EventArgs),
Optional keypress As Action = Nothing
) As TextBoxParameters
- container TableLayout
- numberformat String
- text String
- currval Double
- command ActionTextBox, EventArgs
- keypress Action (Optional)