Constructor RadioButtonList
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
RadioButtonList()
Initializes a new instance of the RadioButtonList class.
public RadioButtonList()
RadioButtonList(IEnumerable<string>, string)
Initializes a new instance of the RadioButtonList class.
public RadioButtonList(IEnumerable<string> options, string selected = null)
Parameters
options
IEnumerable<string>Name of options that can be selected.
selected
stringSelected option.