CommonCreate And Add Label And Text Box And Button Row 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 CreateAndAddLabelAndTextBoxAndButtonRow(
this DynamicLayout container,
string label,
string textboxvalue,
string buttonlabel,
string imageResID,
Action<TextBox, EventArgs> txteditcommand,
Action<Button, EventArgs> command
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddLabelAndTextBoxAndButtonRow (
container As DynamicLayout,
label As String,
textboxvalue As String,
buttonlabel As String,
imageResID As String,
txteditcommand As Action(Of TextBox, EventArgs),
command As Action(Of Button, EventArgs)
) As TextBoxParameters
- container DynamicLayout
- label String
- textboxvalue String
- buttonlabel String
- imageResID String
- txteditcommand ActionTextBox, EventArgs
- command ActionButton, EventArgs