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