Table of Contents

Enum UIBlockType

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Specifies the of a dialog box item in an interactive Automation script.

public enum UIBlockType

Fields

Button = 4

Button.

Calendar = 8

Calendar control.

CheckBox = 7

Checkbox.

CheckBoxList = 11

Checkbox list.

DownloadButton = 18

Download button.

DropDown = 3

Drop-down list.

Executable = 13

Run client program.

FileSelector = 16

File selector.

GlobalSettings = 10

Global settings. Used internally.

Numeric = 12

Numeric.

Parameter = 6

Text displaying the value of a parameter.

PasswordBox = 15

Password input box.

RadioButtonList = 14

Radio button list.

StaticText = 1

Static text.

TextBox = 2

Text box.

Time = 9

Item that displays a time value.

TreeView = 17

Tree view control.

Undefined = 0

Used internally.

Variable = 5

Used internally.

Remarks