Occurs when a user selects a menu item.

bforward = MENU (ctrlentID, ctrlclassID)

MENU accepts arguments for the following parameters.

ParameterDescription
ctrlentIDHas the format WindowName.MENU.PopupName.ItemName
ctrlclassIDThe type of control that recognizes the event. The "MENU" type is the only valid entry.

True or false. If false, the program execution returns to the calling procedure. If true, the event processing goes to the next level.

CLICK eventITEMSTYLE property

MENU is the only event generated for menu items.

  • No labels