Constructor CollapseButton
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
CollapseButton(IEnumerable<Widget>, bool)
Initializes a new instance of the CollapseButton class.
public CollapseButton(IEnumerable<Widget> linkedWidgets, bool isCollapsed)
Parameters
linkedWidgetsIEnumerable<Widget>Widgets that are linked to this collapse button.
isCollapsedboolState of the collapse button.
CollapseButton(bool)
Initializes a new instance of the CollapseButton class.
public CollapseButton(bool isCollapsed = false)
Parameters
isCollapsedboolState of the collapse button.