Possible types of controls appearing in a script.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: 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 nameValueDescription
Text0 A basic text input box.
Numeric1 A textbox that accepts only numeric input.
RadioBox2 A list of mutually exclusive options appearing as individual controls.
DropList3 A list of mutually exclusive options.
DateTime4 Manages date/time values.

See Also