ProgressBar
Represents a progress bar control.
Last updated
Was this helpful?
Represents a progress bar control.
Last updated
Was this helpful?
A ProgressBar
control visually indicates operation progress.
The Style
property determines the display style. The ProgressBar
can only be oriented horizontally and is typically used when performing tasks such as copying files or printing documents. Using a ProgressBar
alerts users that the application is performing a task and remains responsive.
For a full list of properties, methods and events see the API documentation.
The ProgressBar
can specify custom integer values for the Maximum
and Minimum
properties.
The ProgressBar
control can be customized through the Font
, Color
, and AppearanceKey
properties.
The ProgressBar
control can be customized to show any predefined theme appearance by setting the AppearanceKey
property.
Like most other controls, the ProgressBar
control has a Font
property that allows for customization of the size, features, and style of font.
The ProgressBar
has three color properties:
ForeColor
: Changes the text color
BackColor
: Controls the container color
BarColor
: Controls the color of the progress bar
Class name
"wisej.web.ProgressBar"
Theme appearance
Child components
Source code
"progressbar", see .
"progress" is the container that displays the value. "label" is the progress bar's text. See .