BBjWindow::setReportAllMouseEvents
Description
In BBj 15.00 and higher, this method sets an option to have all controls report low-level mouse events (mouse down, mouse up, etc.) to the window.
Syntax
Return Value |
Method |
void |
setReportAllMouseEvents(boolean report) |
Parameters
Variable |
Description |
report |
Specifies
whether mouse events should be reported for all controls on the
window. |
Return Value
None.
Remarks
By default, low-level mouse events are only reported when the user clicks directly on the window, or on certain selected controls (static text, image, group box).
Example
|
See Also
BBjMouseEvent::getOriginalControl
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.