Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 853 Bytes

s4g198.md

File metadata and controls

26 lines (18 loc) · 853 Bytes

CREATE MENU, MODIFY MENU

These two commands open the Menu Designer. They share many of their clauses with other Create/Modify pairs.

Usage

CREATE | MODIFY MENU [ MenuName | ? ]
        [ WINDOW DefinitionWindow ]
        [ IN [ WINDOW ] ContainerWindow | IN SCREEN
         | IN MACDESKTOP ]
        [ NOWAIT ] [ SAVE ]

See CREATE FORM for explanations of the various clauses of these commands.

The Menu Designer creates Windows-type menus, using DEFINE MENU et al. Beginning with VFP 5, it can also be used to create shortcut menus (also known as right-click or context menus).

Example

CREATE MENU AppMenu

See Also

Create Form, Define Bar, Define Menu, Define Pad, Define Popup, Set SysMenu