Table of Contents

Method GetWidgetLayout

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

GetWidgetLayout(Widget)

Gets the layout of the widget in the dialog.

public IWidgetLayout GetWidgetLayout(Widget widget)

Parameters

widget Widget

A widget that is part of the dialog.

Returns

IWidgetLayout

The widget layout in the dialog.

Exceptions

NullReferenceException

When the widget is null.

ArgumentException

When the widget is not part of the dialog.