version 3
SET MENU ITEM (menu; menuItem; itemText{; process})
Parameter | Type | Description | |
menu | Number | Menu number | |
menuItem | Number | Menu item number | |
itemText | String | New text for the menu item | |
process | Number | Process reference number |
Description
The SET MENU ITEM command changes the text of the menu item whose menu and item numbers are passed in menu and menuItem, to the text passed in itemText.
If you omit the process parameter, SET MENU ITEM applies to the menu bar for the current process. Otherwise, SET MENU ITEM applies to the menu bar for the process whose reference number is passed in process.
See Also
Get menu item, SET MENU ITEM KEY.