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
optionsIEnumerable<string>Options to be displayed in the list.
selectedstringThe selected item in the list.
Exceptions
- ArgumentNullException
When options is null.