Class RadioButtonList
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
A group of radio buttons.
public class RadioButtonList : RadioButtonListBase, IRadioButtonListBase, IRadioButtonList, IOptionWidget
- Inheritance
-
RadioButtonList
- Implements
- Inherited Members
- Extension Methods
Constructors
- RadioButtonList()
Initializes a new instance of the RadioButtonList class.
- RadioButtonList(IEnumerable<string>, string)
Initializes a new instance of the RadioButtonList class.
Properties
- Options
Gets the collection of available options as strings.
- Selected
Currently selected option.
Methods
- AddOption(string)
Adds a new option to the list of available options.
- LoadResult(IUIResults)
Load any changes made through user interaction.
- RaiseResultEvents()
Raises zero or more events of the widget. This method is called after LoadResult(IUIResults) was called on all widgets.
- RemoveOption(string)
Removes the specified option from the list of available options.
- SetOptions(IEnumerable<string>)
Replaces the current list of options with the specified collection of strings.
Events
- Changed
Triggered when a different option is selected. WantsOnChange will be set to true when this event is subscribed to.