BBjWindow::getReportAllMouseEvents
Description
In BBj 15.0 and higher, this method returns a boolean indicating whether all controls should report low-level mouse events (mouse down, mouse up, etc) to the window.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         boolean  | 
                                                    
                                                         getReportAllMouseEvents()  | 
                                                
Parameters
None.
Return Value
Returns a boolean indicating whether low-level mouse events will be reported for all controls on the window.
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.