Table of Contents

Method AppendTextBox

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

AppendTextBox(string)

Adds a textbox to this dialog box.

public UIBuilder AppendTextBox(string destVar)

Parameters

destVar string

The name of the destination variable.

Returns

UIBuilder

This UIBuilder instance.

Examples

UIBuilder uibDialogBox = new UIBuilder();
// ...
uibDialogBox.AppendTextBox("input");