BEGINPOPUP |
Top Previous Next |
Syntax BEGINPOPUP title as STRING Description Begins definition of a popup menu (sub menu) inside of a menu definition macro. Parameters title - Title of the popup menu Return value None Remarks Every BEGINPOPUP statement must be paired with an ENDPOPUP. All menu items defined between the two will be located in the popup menu. Popup menus can be nested to any level. See Also: BEGINMENU, ENDMENU, MENUITEM, MENUTITLE, ENDPOPUP, SEPARATOR, BEGININSERTMENU Example usage BEGINMENU win |