You could always use a frontScript to add that functionality yourself.. getProp controlType return word 1 of the name of the target end controlType if (the controlType of me = "button") then # do button stuff else # do non-button stuff end if