Table of Contents

Method AddSection

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

AddSection(Section, SectionLayout)

Adds the widgets from the section to the dialog.

public Dialog AddSection(Section section, SectionLayout layout)

Parameters

section Section

Section to be added to the dialog.

layout SectionLayout

Left top position of the section within the dialog.

Returns

Dialog

Updated dialog.

AddSection(Section, int, int)

Adds the widgets from the section to the dialog.

public Dialog AddSection(Section section, int fromRow, int fromColumn)

Parameters

section Section

Section to be added to the dialog.

fromRow int

Row in the dialog where the section should be added.

fromColumn int

Column in the dialog where the section should be added.

Returns

Dialog

Updated dialog.