
BBjToolButtonPushEvent::isCmdDown
Description
In BBj 16.0 and higher, this method returns an indication of whether the Cmd key was pressed at the time this BBjToolButtonPushEvent was generated.
Syntax
Return Value |
Method |
boolean |
isCmdDown() |
Parameters
None.
Return Value
Returns 1 (true) if the Cmd key was pressed, otherwise it returns 0 (false).
Remarks
None.
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.