BBjFileChooser::setDropZoneVisible
                                            Description
In BBj 16.00 and higher, this method specifies whether a client-side BUI BBjFileChooser should include a drop zone where users can drag-and-drop files.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setDropZoneVisible(boolean visible)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         visible  | 
                                                    
                                                         Non-zero if visible, zero if not.  | 
                                                
Return Value
None.
Remarks
Files dropped to the drop zone are immediately uploaded to the server, reporting a BBjFileChooserApproveEvent . The OK/Cancel control buttons are not used.
Example
                                                     | 
                                                
See Also
BBjFileChooser::getDropZoneVisible
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.