The BatchSetMenuStatus transaction sets the availability of the specified menu command without refreshing the menus in the user interface.
Type XTYP_EXECUTE
Syntax [BatchSetMenuStatus(menuID, status)]
|
Parameter |
Data type |
Values |
Meaning |
|
menuID |
WORD |
identifier of the command to change | |
|
status |
WORD |
1 |
enabled. See Remarks. |
|
|
|
2 |
grayed |
|
|
|
4 |
removed |
|
|
|
8 |
checked. See Remarks. |
|
|
|
(can be ORed) |
|
Remarks
Only commands available in your edition of Imagenation can be enabled.
Only external commands can be set to checked. This option is ignored for internal Imagenation commands.
Release information
Added in Release 4.00.
See also