BBjToolButton::setBeep
Description
In BBj 15.0 and higher, this method sets a boolean value indicating whether to beep on the client when the user clicks this BBjToolButton.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setBeep(boolean beep)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         beep  | 
                                                    
                                                         Specifies whether clicking this tool button should generate a beep on the client. 0 = Don't beep (default). 1 = Beep when the user clicks this tool button.  | 
                                                
Return Value
None.
Remarks
Mobile browsers only allow application programs to generate sounds as a direct result of user action, like clicking a button. Because of this restriction, mobile browsers ignore BBjSysGui::beep when running in BUI.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.