Extensions2AddEditTextBox Method |
Namespace: DWSIM.ExtensionMethods.EtoAssembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax public static TextBox AddEditTextBox(
DynamicLayout container,
string text,
double currentvalue,
string numberformat = "",
Action<TextBox, EventArgs> textchangedhandler = null
)
Public Shared Function AddEditTextBox (
container As DynamicLayout,
text As String,
currentvalue As Double,
Optional numberformat As String = "",
Optional textchangedhandler As Action(Of TextBox, EventArgs) = Nothing
) As TextBox
Request Example
View SourceParameters
- container DynamicLayout
-
- text String
-
- currentvalue Double
-
- numberformat String (Optional)
-
- textchangedhandler ActionTextBox, EventArgs (Optional)
-
Return Value
TextBoxSee Also