Contains an integer or symbolic constants representing a type of user input object, either a ListInput, StaticInput, or TextInput object.
Syntax
value = UserInput.Type
| Part | Description |
|---|---|
| value | A returned integer (for VBScript) or a symbolic constant (for Microsoft® Visual Basic®) that represents one of the user input types below. |
| UserInput | An object variable that represents one of the user input types below. |
| Object type | Constant | Value |
|---|---|---|
| ListInput | nlInputList | 0 |
| TextInput | nlInputText | 1 |
| StaticInput | nlInputStatic | 2 |
Applies To
UserInput Object
See Also
ListInput Object, StaticInput Object, TextInput Object, UserInputs Collection