Displays the specified menu on the screen and immediately returns control to the calling routine.
Syntax
void _ActivateMenu(MENUID menuid)
MENUID menuid /* Menu identifier.
Remarks
If you detect the press of a mouse button or a keystroke on the menu, you can call _MenuInteract( ) to determine which menu item the user chose.
For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.