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
sectionSectionSection to be added to the dialog.
layoutSectionLayoutLeft 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
sectionSectionSection to be added to the dialog.
fromRowintRow in the dialog where the section should be added.
fromColumnintColumn in the dialog where the section should be added.
Returns
- Dialog
Updated dialog.