Represents a progress bar control.
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.
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
"progressbar", see Themes.
Child components
"progress" is the container that displays the value. "label" is the progress bar's text. See JavaScript.
Source code