The GetButtonStatus transaction returns the status of the specified button, which is associated with a command.
Type XTYP_REQUEST
Syntax [GetButtonStatus(buttonID)]
|
Parameter |
Data type |
Values |
Meaning |
|
buttonID |
WORD |
button mapping to the command | |
|
Reply |
Data type |
Values |
Meaning |
|
status |
WORD |
1 |
enabled |
|
|
|
2 |
grayed |
|
|
|
4 |
removed |
|
|
|
8 |
checked |
|
|
|
(can be ORed) |
|
Remarks
Only commands available in your edition of Imagenation can be queried.
Release information
Added in Release 3.80.
See also