Class InteractiveWidget
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
A widget that requires user input.
public abstract class InteractiveWidget : Widget
- Inheritance
-
InteractiveWidget
- Derived
- Inherited Members
- Extension Methods
Constructors
- InteractiveWidget()
Initializes a new instance of the InteractiveWidget class.
Properties
- DestVar
Gets the alias that will be used to retrieve the value entered or selected by the user from the UIResults object.
- IsEnabled
Gets or sets a value indicating whether the control is enabled in the UI. Disabling causes the widgets to be grayed out and disables user interaction.
Methods
- 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.