Class RadioButtonList
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
A group of radio buttons.
public class RadioButtonList : InteractiveWidget
- Inheritance
-
RadioButtonList
- 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
- IsReadOnly
Gets or sets a value indicating whether the control is displayed in read-only mode. Read-only mode causes the widgets to appear read-write but the user won't be able to change their value. This only affects interactive scripts running in a web environment.
- IsSorted
Gets or sets a value indicating whether the options are sorted naturally.
- Options
Gets or sets all options.
- Selected
Gets or sets the selected option.
- Tooltip
Gets or sets the tooltip.
Methods
- AddOption(string)
Adds a radio button to the group.
- LoadResult(UIResults)
Load any changes made through user interaction.
- RaiseResultEvents()
Raises zero or more events of the widget. This method is called after LoadResult(UIResults) was called on all widgets.
- RemoveOption(string)
Removes an option from the radio button list.
- SetOptions(IEnumerable<string>)
Sets the displayed options. Replaces existing options.
Events
- Changed
Triggered when a different option is selected. WantsOnChange will be set to true when this event is subscribed to.