BBjCEdit::setVerticalScrollable
Description
Sets whether a vertical scroll bar will appear when the text is too large to fit within the BBjCEdit control area.
Syntax
Return Value |
Method |
void |
setVerticalScrollable(boolean scroll) |
Parameters
Variable |
Description |
scroll |
Specifies whether a vertical scroll bar will appear when the text is too large to fit within control area. 0 = No Vertical Scroll Bar 1 = Vertical Scroll Bar |
Return Value
None.
Remarks
By default, a BBjCEdit control is not vertically scrollable.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.