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
SectionSection to be added to the dialog.
layout
SectionLayoutLeft 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
SectionSection to be added to the dialog.
fromRow
intRow in the dialog where the section should be added.
fromColumn
intColumn in the dialog where the section should be added.
Returns
- Dialog
Updated dialog.