CommonCreate And Add Full Text Box 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 CreateAndAddFullTextBoxRow(
this DynamicLayout container,
string text,
Action<TextBox, EventArgs> command
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddFullTextBoxRow (
container As DynamicLayout,
text As String,
command As Action(Of TextBox, EventArgs)
) As TextBox