version 11
Get menu bar reference {(process)} MenuRef
Parameter | Type | Description | |
process | Number | Reference number of process | |
Function result | MenuRef | Menu bar ID |
Description
The Get menu bar reference command returns the ID of the current menu bar or the menu bar of a specific process.
If the menu bar was created by the Create menu command, this ID corresponds to the reference ID of the menu created. Otherwise, the command returns a specific internal ID. In all cases, this MenuRef ID may be used to reference the menu bar by all the other commands of the theme.
The process parameter can be used to designate the process where you want to get the current menu bar ID. If you omit this parameter, the command returns the menu bar ID of the current process.
Example
Refer to the example of the GET MENU ITEMS command.
See Also