CommonCreate And Add List Box Row(TableLayout, Int 32, String, ActionListBox, Event Args) 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 ListBox CreateAndAddListBoxRow(
this TableLayout container,
int height,
string[] listitems,
Action<ListBox, EventArgs> command
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddListBoxRow (
container As TableLayout,
height As Integer,
listitems As String(),
command As Action(Of ListBox, EventArgs)
) As ListBox