Specifies a pop-up menu for a form.

Property of

Form, SubForm

Description

After creating the Popup object as a child of the form, assign a reference to that Popup object to the form’s popupMenu property to have the popup appear when the user right clicks on the form. In this way, you may have more than one popup menu defined for a form and change the popup menu that appears as needed.

Note

You cannot name your popup popupMenu; that would conflict with the name of the existing property.