Possible types of controls appearing in a script.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public enum BaseScriptControlType |
Visual Basic |
---|
Public Enumeration BaseScriptControlType |
Members
Member name | Value | Description | |
---|---|---|---|
Text | 0 | A basic text input box. | |
Numeric | 1 | A textbox that accepts only numeric input. | |
RadioBox | 2 | A list of mutually exclusive options appearing as individual controls. | |
DropList | 3 | A list of mutually exclusive options. | |
DateTime | 4 | Manages date/time values. |