Constructor DropDown
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
DropDown()
Initializes a new instance of the DropDown class.
public DropDown()
DropDown(IEnumerable<string>, string)
Initializes a new instance of the DropDown class.
public DropDown(IEnumerable<string> options, string selected = null)
Parameters
options
IEnumerable<string>Options to be displayed in the list.
selected
stringThe selected item in the list.
Exceptions
- ArgumentNullException
When options is null.