MB_LIST
Create a list entry in a new column
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
NSupported in Synergy .NET
|
xcall MB_LIST(control, list, #entries, entry[, ...])
Arguments
control
The menu control structure. (a)
list
The name of the list to create (a maximum of 10 characters.) (a)
#entries
The number of entries in the list. (n)
entry
The name of an entry in the list. You can have up to 20 entry names, separated by commas. (a)
Discussion
MB_LIST creates a list entry in a new column. This subroutine is used when building a new menu column at runtime.
You must already have defined each entry with the MB_ENTRY subroutine.
See also
- MB_COLUMN routine for more information on the menu control structure
- .LIST script command for information on creating a set of menu entries
Examples
See the MB_BLANK Examples, which use all the “MB_xxx” subroutines.