e_ItemInfo
(table) Extended information about the currently selected menu item.
KEY |
TYPE DESCRIPTION |
|
Text |
string |
The text of the menu item currently being interacted with. |
ID |
number |
The item ID of the menu item currently being interacted with. |
IconID |
number |
The 0-based icon index from the Image List specified on the Menu Bar for the menu item. |
Enabled |
boolean |
True if the current menu item is enabled, false if it is not. |
Checked |
boolean |
True if the current menu item is checked, false if it is not. |