Type Property (UserInput Object)
Contains an integer or symbolic constants that represent a type of user input object: a ListInput, StaticInput, or TextInput object.
UserInput.Type [= value]
Parts
UserInput
An that represents one of the user input types.
| Constant |
Value |
User input types |
| nlInputList |
0 |
ListInput |
| nlInputText |
1 |
TextInput |
| nlInputStatic |
2 |
StaticInput |
value
A returned for Microsoft® Visual Basic® Scripting Edition (VBScript) or a symbolic constant for Visual Basic that represents one of the user input types.
See Also
ListInput Object
StaticInput Object
TextInput Object
UserInputs Collection