CommonCreate And Add String Editor Row(DynamicLayout, String, String, ActionTextBox, Event Args, Int 32, 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 CreateAndAddStringEditorRow(
this DynamicLayout container,
string text,
string currval,
Action<TextBox, EventArgs> command,
int tbwidth,
Action keypress = null
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddStringEditorRow (
container As DynamicLayout,
text As String,
currval As String,
command As Action(Of TextBox, EventArgs),
tbwidth As Integer,
Optional keypress As Action = Nothing
) As TextBoxParameters
- container DynamicLayout
- text String
- currval String
- command ActionTextBox, EventArgs
- tbwidth Int32
- keypress Action (Optional)