Table of Contents

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 Widget

A widget that is part of the dialog.

widgetLayout IWidgetLayout

The layout to apply to the widget.

Exceptions

NullReferenceException

When widget is null.

ArgumentException

When the widget is not part of the dialog.