The properties of System.Windows.Forms.ToolStripProgressBar are listed below. For a list of all members, see the ToolStripProgressBar Members list.
See Also: Inherited members from System.Windows.Forms.ToolStripControlHost
override | BackgroundImage | System.Drawing.Image.
This property is not relevant to this class. |
override | BackgroundImageLayout | ImageLayout.
This property is not relevant to this class. |
MarqueeAnimationSpeed | int.
Gets or sets a value representing the delay between each ProgressBarStyle.Marquee display update, in milliseconds. | |
Maximum | int.
Gets or sets the upper bound of the range that is defined for this System.Windows.Forms.ToolStripProgressBar. | |
Minimum | int.
Gets or sets the lower bound of the range that is defined for this System.Windows.Forms.ToolStripProgressBar. | |
[read-only] | ProgressBar | ProgressBar.
Gets the System.Windows.Forms.ProgressBar. |
RightToLeftLayout | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripProgressBar layout is right-to-left or left-to-right when the System.Windows.Forms.RightToLeft property is set to RightToLeft.Yes. | |
Step | int.
Gets or sets the amount by which to increment the current value of the System.Windows.Forms.ToolStripProgressBar when the ToolStripProgressBar.PerformStep method is called. | |
Style | ProgressBarStyle.
Gets or sets the style of the System.Windows.Forms.ToolStripProgressBar. | |
override | Text | string.
Gets or sets the text displayed on the System.Windows.Forms.ToolStripProgressBar. |
Value | int.
Gets or sets the current value of the System.Windows.Forms.ToolStripProgressBar. |
[read-only] override | DefaultMargin | Padding.
Gets the spacing between the System.Windows.Forms.ToolStripProgressBar and adjacent items. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the height and width of the System.Windows.Forms.ToolStripProgressBar in pixels. |