BBjWindow::getHorizontalScrollPosition
Description
In BBj 14.0 and higher, this method returns the horizontal scroll position (left margin) of the BBjWindow.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         int  | 
                                                    
                                                         getHorizontalScrollPosition()  | 
                                                
Parameters
None.
Return Values
Returns the horizontal scroll position (left margin) of the BBjWindow. Returns 0 if the window isn't scrollable.
Remarks
This method is only meaningful if the window is scrollable.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.