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