BBjProgressBar::setStringPainted
Description
In BBj 3.0 and higher, this method determines whether the BBjProgressBar control will show a label.
Syntax
Return Value |
Method |
void |
setStringPainted(boolean stringPainted) |
Parameters
Variable |
Description |
stringPainted |
Specifies whether the progress bar should display a label. 0 = Not painted. 1 = Painted. |
Return Value
None.
Remarks
By default, progress bars show a label that indicates the percentage complete.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.