Method RemoveWidget
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
RemoveWidget(Widget)
Removes a widget from the dialog.
public void RemoveWidget(Widget widget)
Parameters
widget
WidgetWidget to remove.
Exceptions
- ArgumentNullException
When the widget is null.