Extensions2AddDropDown Method |
Namespace: DWSIM.ExtensionMethods.EtoAssembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax public static DropDown AddDropDown(
DynamicLayout container,
string text,
List<string> options,
int selected,
Action<DropDown, EventArgs> selectedindexchangedhandler = null
)
Public Shared Function AddDropDown (
container As DynamicLayout,
text As String,
options As List(Of String),
selected As Integer,
Optional selectedindexchangedhandler As Action(Of DropDown, EventArgs) = Nothing
) As DropDown
Request Example
View SourceParameters
- container DynamicLayout
-
- text String
-
- options ListString
-
- selected Int32
-
- selectedindexchangedhandler ActionDropDown, EventArgs (Optional)
-
Return Value
DropDownSee Also