PopUp Property

Returns whether a callback object is responsible for generating the text of a choice. Read-only.

Syntax

[fPopup = ]object.PopUp

Parameters

object

DTC object

fPopup

If True, a callback object is responsible for generating the text.

Remarks

Typically, callback objects present a user interface to allow the user to make the choice. For example, a user may be able to pick a filename from a standard File Open dialog. You can create a Popup Choice object by calling the AddPopUpChoice method or by setting the Callback property of a Choice object.

Applies to   Choice object