BBjScrollBar::setBlockIncrement
Description
In BBj 16.00 and higher, this method sets the number of units to adjust the BBjScrollBar control when clicking in the body (as opposed to dragging the thumb).
Syntax
Return Value |
Method |
void |
setBlockIncrement(int block) |
Parameters
Variable |
Description |
block |
Specifies the number of units to adjust the scrollbar when clicking in the body (as opposed to dragging the thumb). |
Return Value
None.
Remarks
The default block increment is usually 10 units.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.