IsButtonMenuItemEnabled() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the IsButtonMenuItemEnabled() method to determine whether the specified button menu item is enabled.
A button menu item is a Button Bar control function, for example Execute, End Job, Refresh, which is referenced from a menu.
Syntax
result = IsButtonMenuItemEnabled(menuID);
Parameters
menuID
A integer that indicates the ID of the button menu item.
result
A Boolean value. If True, the button menu item is enabled. If False, the button menu item is disabled.