GetToolbarButtonEnabled
- Last UpdatedNov 17, 2021
- 1 minute read
Use the GetToolbarButtonEnabled method to check if a specific button in the toolbar is enabled.
Syntax
[Result=] GetToolbarButtonEnabled(integer buttonNumber);
Parameters
buttonNumber
The index number of the toolbar button. Numbering starts at 0.
Return Value
Returns True if the button is enabled; otherwise, returns False.