BBjProgressBar::setOrientation
Description
In BBj 3.0 and higher, this method sets the orientation of the BBjProgressBar control to HORIZONTAL or VERTICAL.
Syntax
Return Value |
Method |
void |
setOrientation(int orientation) |
Parameters
Variable |
Description |
orientation |
Specifies the orientation as HORIZONTAL or VERTICAL. |
Return Value
None.
Remarks
By default, the orientation is set to HORIZONTAL.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.