Click or drag to resize

Extensions2AddDropDown Method


Namespace: DWSIM.ExtensionMethods.Eto
Assembly: 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
)
Request Example View Source

Parameters

container  DynamicLayout
 
text  String
 
options  ListString
 
selected  Int32
 
selectedindexchangedhandler  ActionDropDown, EventArgs  (Optional)
 

Return Value

DropDown
See Also