Finale Lua
As FCCtrlButton inherits from FCCtrlCheckbox, the following methods have been disabled from FCMCtrlCheckbox:
FCCtrlButton
FCCtrlCheckbox
FCMCtrlCheckbox
AddHandleCheckChange
RemoveHandleCheckChange
To handle button presses, use AddHandleCommand, inherited from FCMControl.
AddHandleCommand
FCMControl