Table of Contents

Constructor CheckBoxList

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

CheckBoxList()

Initializes a new instance of the CheckBoxList class.

public CheckBoxList()

CheckBoxList(IEnumerable<string>)

Initializes a new instance of the CheckBoxList class.

public CheckBoxList(IEnumerable<string> options)

Parameters

options IEnumerable<string>

Name of options that can be selected.

Exceptions

ArgumentNullException

When options is null.