Method SetWidgetLayout
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
SetWidgetLayout(Widget, IWidgetLayout)
Sets the layout of the widget in the dialog.
public void SetWidgetLayout(Widget widget, IWidgetLayout widgetLayout)
Parameters
widget
WidgetA widget that is part of the dialog.
widgetLayout
IWidgetLayoutThe layout to apply to the widget.
Exceptions
- NullReferenceException
When widget is null.
- ArgumentException
When the widget is not part of the dialog.