BBjChildWindow::setDockLocation
Description
In BBj 5.00 and higher, this method sets the child window's docked location.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setDockLocation(int dock)  | 
                                                    
Parameters
| 
                                                         -1  | 
                                                    
                                                         DOCK_NONE (Child window is not docked) (BBj 19.0 and higher)  | 
                                                
| 
                                                         0  | 
                                                    
                                                         DOCK_TOP  | 
                                                
| 
                                                         1  | 
                                                    
                                                         DOCK_BOTTOM  | 
                                                
| 
                                                         2  | 
                                                    
                                                         DOCK_LEFT  | 
                                                
| 
                                                         3  | 
                                                    
                                                         DOCK_RIGHT  | 
                                                
Return Value
None.
Remarks
In BBj 19.00 and higher, DOCK_NONE (-1) can be specified to undock a docked window and return it to its most recent size and location.
See Child Windows for an introduction to child windows.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.