The GetMenuStatus transaction reports whether or not the specified command is available in an Imagenation menu.
Type XTYP_REQUEST
Syntax [GetMenuStatus(menuID)]
|
Parameter |
Data type |
Values |
Meaning |
|
menuID |
WORD |
identifier of command to query | |
|
Reply |
Data type |
Values |
Meaning |
|
status |
WORD |
1 |
enabled |
|
|
|
2 |
grayed |
|
|
|
4 |
removed |
|
|
|
8 |
checked |
|
|
|
(can be ORed) |
|
Remarks
You can only query commands available in your edition of Imagenation.
Release Information
Added in Release 3.70.
See also