Interface IDropDown
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Defines a dropdown widget with a single selected option.
public interface IDropDown : IOptionWidget
- Inherited Members
- Extension Methods
Properties
- Selected
Gets or sets the currently selected option as a string.
Methods
- TrySelectOption(string)
Attempts to select the specified option. If the option does not exist in the collection, the selection remains unchanged.