Occurs when a user selects a menu item.
bforward = MENU(ctrlentID, ctrlclassID)
MENU accepts arguments for the following parameters.
Parameter | Description |
---|---|
ctrlentID | Has the format WindowName.MENU.PopupName.ItemName |
ctrlclassID | The 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.
MENU is the only event generated for menu items.