Table of Contents

Constructor CheckBox

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

CheckBox(string)

Initializes a new instance of the CheckBox class.

public CheckBox(string text)

Parameters

text string

Text displayed next to the checkbox.

CheckBox()

Initializes a new instance of the CheckBox class.

public CheckBox()