ComponentOne ProgressBar for ASP.NET Web Forms
In This Topic
    Elements
    In This Topic

    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 ASP.NET Web Forms Edition 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:

    The following topics illustrate the elements of the C1ProgressBar.

    See Also