BBjProgressBar::setText
Description
In BBj 3.0 and higher, this method sets the text (label) of a BBjProgressBar control.
Syntax
Return Value |
Method |
void |
setText(string text) |
Parameters
Variable |
Description |
text |
Specifies the text to be displayed on the BBjProgressBar. If text is set to "", the progress bar will display percentage complete in the format "XX%". |
Return Value
None.
Remarks
By default, text is set to "", indicating that the label will be formatted as percentage complete.
Example
|
See Also
BBjProgressBar::isStringPainted
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.