Represents a Windows progress bar control.
Object
MarshalByRefObject
MarshalByRefComponent
Control
RichControl
ProgressBar
[Visual Basic] NotInheritable Public Class ProgressBar Inherits RichControl [C#] public sealed class ProgressBar : RichControl [C++] public __gc __sealed class ProgressBar : public RichControl [JScript] public class ProgressBar extends RichControl
This control lets you display the progress of any particular event. Its client area is divided into distinct regions, defined by the Minimum and Maximum properties. It obtains the status of an operation from the Value property and paints the appropriate portion of the client area. When doing long operations, you can periodically increase the position of the ProgressBar, showing the progress of the operation.
Namespace: System.WinForms
Assembly: System.WinForms.dll
ProgressBar Members | System.WinForms Namespace | Maximum | Minimum | Value