Caption Property

Specifies the recommended caption for one of three user input types: ListInput, StaticInput, and TextInput.

Syntax

string = UserInput.Caption

Part Description
string A returned string that contains the caption for the user's input.
UserInput An object variable that represents one of the user input types.

Applies To

ListInput, StaticInput,TextInput

Remarks

This property is read-only.

For ListInput, it specifies the recommended caption of the list of options from which the end user chooses.

For TextInput, it specifies a caption for the text that the end user provides.

For StaticInput, it specifies any extra captions needed when clarifying an end user's question or request. For example, an end user asks, "Which movies star Robert van de Erve?" A caption could be specified such as, "Is 'van' part of the first name or the last name?"

See Also

Reply Method


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.