System.Windows.Forms.ToolStripProgressBar: Property Members

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

Public Properties

override
BackgroundImageSystem.Drawing.Image.

This property is not relevant to this class.

override
BackgroundImageLayoutImageLayout.

This property is not relevant to this class.

MarqueeAnimationSpeedint.

Gets or sets a value representing the delay between each ProgressBarStyle.Marquee display update, in milliseconds.

Maximumint.

Gets or sets the upper bound of the range that is defined for this System.Windows.Forms.ToolStripProgressBar.

Minimumint.

Gets or sets the lower bound of the range that is defined for this System.Windows.Forms.ToolStripProgressBar.

[read-only]
ProgressBarProgressBar.

Gets the System.Windows.Forms.ProgressBar.

RightToLeftLayoutbool.

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.

Stepint.

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.

StyleProgressBarStyle.

Gets or sets the style of the System.Windows.Forms.ToolStripProgressBar.

override
Textstring.

Gets or sets the text displayed on the System.Windows.Forms.ToolStripProgressBar.

Valueint.

Gets or sets the current value of the System.Windows.Forms.ToolStripProgressBar.

Protected Properties

[read-only]
override
DefaultMarginPadding.

Gets the spacing between the System.Windows.Forms.ToolStripProgressBar and adjacent items.

[read-only]
override
DefaultSizeSystem.Drawing.Size.

Gets the height and width of the System.Windows.Forms.ToolStripProgressBar in pixels.