Text Property

Specifies the label text for the choice.

Syntax

object.Text [= cString]

Parameters

cString

Literal text to display. Maximum length is 255.

Remarks

Use this property to display a descriptive name for a Choice. For example, the text "red" may appear in a drop-down list used to select a color.

Retrieving this property on a pop-up Choice object always calls the callback routine, which typically presents a user interface. You can prevent this action by examining the PopUp property value before accessing text.

Applies to   Choice object, ChoiceFilter object