BBjProgressBar::setMinimum
Description
In BBj 3.0 and higher, this method sets the minimum range for the BBjProgressBar control.
Syntax
Return Value |
Method |
void |
setMinimum(int minimum) |
Parameters
Variable |
Description |
minimum |
Specifies the minimum range of the BBjProgressBar control. |
Return Value
None.
Remarks
By default, the minimum is 0.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.