BBjMouseEvent::getOriginalControl
Description
In BBj 15.0 and higher, this method returns the BBjControl that originated this mouse event.
Syntax
Return Value |
Method |
getOriginalControl() |
Parameters
None.
Return Value
Returns the BBjControl that originated this event.
Remarks
If the user clicks on a BBjStaticText control (or any other control that can pass on mouse events to the window), getOriginalControl() returns that control. As always, getControl returns the window.
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.