Type Property (UserInput Object)

English Query

English Query

Type Property (UserInput Object)

Contains an integer or symbolic constants that represent a type of user input object: a ListInput, StaticInput, or TextInput object.

Applies To

UserInput Object

Syntax

UserInput.Type [= value]

Parts

UserInput

An object variable 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 integer 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