BBjWindow::getVerticalScrollHeight
Description
In BBj 14.00 and higher, this method returns the vertical scroll height of the BBjWindow.
Syntax
Return Value |
Method |
int |
getVerticalScrollHeight() |
Parameters
None.
Return Value
Returns the vertical scroll height of the BBjWindow. Returns the same value as BBjWindow::getHeight 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.