CommonCreate And Add Drop Down Row(TableLayout, String, ListString, Int 32, ActionDropDown, Event Args, 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 DropDown CreateAndAddDropDownRow(
this TableLayout container,
string text,
List<string> options,
int position,
Action<DropDown, EventArgs> command,
Action keypress = null
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddDropDownRow (
container As TableLayout,
text As String,
options As List(Of String),
position As Integer,
command As Action(Of DropDown, EventArgs),
Optional keypress As Action = Nothing
) As DropDownParameters
- container TableLayout
- text String
- options ListString
- position Int32
- command ActionDropDown, EventArgs
- keypress Action (Optional)