DADiSP Worksheet Functions > Function Categories > Menu Functions > MENUSHOW
Displays or hides a menu or dialog box.
MENUSHOW(handle, visible)
handle |
- |
Optional. An integer, the handle of the menu or dialog box. Defaults to the current menu or dialog box. |
||||
visible |
- |
Optional. An integer, endpoint averaging flag.
|
m = menufile("test.pan");
menushow(m, 0);
Reads the dialog file test.pan and temporarily hides it.
If the dialog box is modeless, menushow(handle, 1) will display the dialog box and bring it to the forefront.