enumAFormPopupMenu Enum

Integer constants specifying specifies the location and behavior of a pop-up menu.

Constants

 

Name

Value

Description

aformPopupMenuLeftAlign

0 *

Left Align. The left side of the pop-up menu is located at x.

aformPopupMenuCenterAlign

4

Center Align. The pop-up menu is centered at x.

aformPopupMenuRightAlign

8

Right Align. The right side of the pop-up menu is located at x.

aformPopupMenuLeftButton

0

Left Button. An item on the pop-up menu reacts to a mouse click only when you use the left mouse button.

aformPopupMenuRightButton

2

Right Button. An item on the pop-up menu reacts to a mouse click when you use either the right or the left mouse button.

Applies to

AForm.PopupMenu