--- title: "ToolStripProgressBar Control Overview" ms.date: "03/30/2017" f1_keywords: - "ToolStripProgressBar" helpviewer_keywords: - "toolbars [Windows Forms], progress bars" - "progress controls [Windows Forms]" - "ToolStripProgressBar control [Windows Forms], about ToolStripProgressBar control" ms.assetid: ec3ab522-5fe4-4b4d-a551-bc19e84f4774 --- # ToolStripProgressBar Control Overview The combines the rafting and rendering functionality of all controls with its typical process-tracking functionality. A is most usually hosted by , and less frequently by a . Although replaces and adds functionality to the control in previous versions, is retained for both backward compatibility and future use if desired. ### Important ToolStripProgressBar Members |Name|Description| |----------|-----------------| ||Gets or sets a value representing the delay between each display update, in milliseconds.| ||Gets or sets the upper bound of the range that is defined for this .| ||Gets or sets the lower bound of the range that is defined for this .| ||Gets or sets the style that the uses to display the progress of an operation.| ||Gets or sets the current value of the .| ||Advances the current position of the progress bar by the amount of the property.| ## See also -