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
linkedWidgets
IEnumerable<Widget>Widgets that are linked to this collapse button.
isCollapsed
boolState of the collapse button.
CollapseButton(bool)
Initializes a new instance of the CollapseButton class.
public CollapseButton(bool isCollapsed = false)
Parameters
isCollapsed
boolState of the collapse button.