Assign a menu bar to a window
- Last Updated: December 29, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To assign a menu bar to a window, you set the MENUBAR attribute of the window
to the menu bar’s handle:
|
Typically, you have to identify a menu name by preceding it with the
MENU keyword as in this example. You identify a submenu using the
MENU or SUB-MENU keyword. You identify a menu item
by preceding it with the MENU-ITEM keyword.