Click or drag to resize

Extensions2AddEditTextBox Method


Namespace: DWSIM.ExtensionMethods.Eto
Assembly: 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
)
Request Example View Source

Parameters

container  DynamicLayout
 
text  String
 
currentvalue  Double
 
numberformat  String  (Optional)
 
textchangedhandler  ActionTextBox, EventArgs  (Optional)
 

Return Value

TextBox
See Also