Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
.NET Desktop feedback