CommonCreate And Add Drop Down Row(DynamicLayout, String, ListString, String, 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 DynamicLayout container,
string text,
List<string> options,
string selecteditem,
Action<DropDown, EventArgs> command,
Action keypress = null
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddDropDownRow (
container As DynamicLayout,
text As String,
options As List(Of String),
selecteditem As String,
command As Action(Of DropDown, EventArgs),
Optional keypress As Action = Nothing
) As DropDownParameters
- container DynamicLayout
- text String
- options ListString
- selecteditem String
- command ActionDropDown, EventArgs
- keypress Action (Optional)