ProgressBar Class

The ProgressBar form control offers visual feedback on the progress of a long running process. Once created and added to a form or other control, the Minimum and Maximum properties can be set and then the Value property, some value between the Minimum and Maximum, is updated at various points throughout the calculation. Once the calculation is complete, it can be hidden or destroyed.

  ForeColor and BackColor changes for the ProgressBar will not be honored when visual styles are enabled on Windows XP Home Edition, Windows XP Professional, Windows Server 2003 and above. Visual styles are enabled automatically for Windows 8 and beyond.

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Font object Gets or sets the default Font for all controls added to the panel
Public property Maximum int Gets or sets the maximum value of the range of the control.
Public property Minimum int Gets or sets the minimum value of the range of the control.
Public property Text string Gets or sets the text associated with the control.
Public property Value integer Gets or sets the current position of the progress bar.
Methods
  Name Description
Public property Create() Initializes a new instance of a ProgressBar.  
Public property Create(width, height) Initializes a new instance of a ProgressBar. Parameters include the Width and Height of the control.