guiMenuShow (Function) |
Top Previous Next |
This function shows the provided menu. The menu is closed when the user selects an item, clicks outside the menu, or guiMenuClose is called.
Input: menu : SYSHANDLE The handle to the menu.
Returns: INT
Declaration: FUNCTION guiMenuShow : INT;
Example: INCLUDE rtcu.inc |