BBjWindow::getHorizontalScrollWidth
Description
In BBj 14.0 and higher, this method returns the horizontal scroll width of the BBjWindow.
Syntax
Return Value |
Method |
int |
getHorizontalScrollWidth() |
Parameters
None.
Return Values
Returns the horizontal scroll width of the BBjWindow. Returns the same value as BBjWindow::getWidth 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.