Table of Contents

Class Section

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

A section is a special component that can be used to group widgets together.

public class Section
Inheritance
Section
Derived
Extension Methods

Constructors

Section()

Properties

ColumnCount

Gets the number of columns that are currently defined by the widgets that have been added to this section.

IsEnabled

Gets or sets a value indicating whether the interactive widgets within the section are enabled or not.

IsReadOnly

Gets or sets a value indicating whether the control is displayed in read-only mode. Read-only mode causes all widgets in section to appear read-write but the user won't be able to change their value. This only affects interactive scripts running in a web environment.

IsVisible

Gets or sets a value indicating whether the widgets within the section are visible or not.

RowCount

Gets the number of rows that are currently defined by the widgets that have been added to this section.

Widgets

Gets widgets that have been added to the section.

Methods

AddSection(Section, ILayout)

Adds the widgets from the section to the section.

AddWidget(Widget, IWidgetLayout)

Adds a widget to the section.

AddWidget(Widget, int, int, HorizontalAlignment, VerticalAlignment)

Adds a widget to the section.

AddWidget(Widget, int, int, int, int, HorizontalAlignment, VerticalAlignment)

Adds a widget to the section.

Clear()

Removes all widgets from the section.

GetWidgetLayout(Widget)

Gets the layout of the widget in the dialog.

RemoveWidget(Widget)

Removes a widget from the dialog.

SetWidgetLayout(Widget, IWidgetLayout)

Sets the layout of a widget in the section.