BBjWindow::getVerticalScrollPosition
Description
In BBj 14.00 and higher, this method returns the vertical scroll position (top margin) of the BBjWindow.
Syntax
Return Value |
Method |
int |
getVerticalScrollPosition() |
Parameters
None.
Return Values
Returns the vertical scroll position (top 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.