The C1ProgressBar control is a graphical user-interface element that provides users with a visual representation of the progress of an operation. It is different from most of the other control in Studio for ASP.NET AJAX in that it isn’t meant to be interactive; it merely indicates that a process is running.
C1ProgressBar, by default, consists of three different elements: the track, the progress indicator, and a label. These elements are labeled in the following graphic:
• Track: The track runs the length of the control and contains the label control. When a process is started, the track will also become home to the progress indicator.
• Progress Indicator: The progress indicator provides a visual representation of the progress completed in a task.
• Label: The label control is used to provide an alpha-numeric representation of progress. The label can show six different values; it can also be overridden to display static text or static numbers.
The following topics illustrate the elements of the C1ProgressBar.
|