Chapter Contents |
Previous |
Next |
PMENU |
Category: | Window |
Syntax | |
Details | |
Example |
Syntax |
rc=PMENU(pmenu); |
0 | The PMENU entry was assigned successfully. However, the PMENU function does not verify that pmenu exists. |
0 | The operation was not successful. |
Type: Numeric
Type: Character
Details |
The PMENU function only changes the pull-down menu that is associated with the window. It does not turn on the pull-down menus. If the pull-down menus are on, the new pull-down menu is displayed immediately.
See SAS Procedures Guide for more information about creating custom PMENU entries. FRAME entries can also use the _setPmenu method.
Example |
Change the default PMENU that is associated with an application to MYPMENU in the catalog NEWLIB.TESTS:
rc=pmenu('newlib.tests.mypmenu');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.