Table of Contents

Constructor TextBox

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

TextBox(string)

Initializes a new instance of the TextBox class.

public TextBox(string text)

Parameters

text string

The text displayed in the text box.

TextBox()

Initializes a new instance of the TextBox class.

public TextBox()