ToolStripProgressBar Control Overview
The ToolStripProgressBar combines the rafting and rendering functionality of all ToolStrip controls with its typical process-tracking functionality. A ToolStripProgressBar is most usually hosted by StatusStrip, and less frequently by a ToolStrip.
Although ToolStripProgressBar replaces and adds functionality to the control in previous versions, ToolStripProgressBar is retained for both backward compatibility and future use if desired.
Important ToolStripProgressBar Members
Name | Description |
---|---|
MarqueeAnimationSpeed | Gets or sets a value representing the delay between each Marquee display update, in milliseconds. |
Maximum | Gets or sets the upper bound of the range that is defined for this ToolStripProgressBar. |
Minimum | Gets or sets the lower bound of the range that is defined for this ToolStripProgressBar. |
Style | Gets or sets the style that the ToolStripProgressBar uses to display the progress of an operation. |
Value | Gets or sets the current value of the ToolStripProgressBar. |
PerformStep | Advances the current position of the progress bar by the amount of the Step property. |
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback