System.Windows.Forms.ToolStripProgressBar Members

The members of System.Windows.Forms.ToolStripProgressBar are listed below.

See Also: Inherited members from System.Windows.Forms.ToolStripControlHost

Public Constructors

Initializes a new instance of the System.Windows.Forms.ToolStripProgressBar class.

Initializes a new instance of the System.Windows.Forms.ToolStripProgressBar class with specified name.

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.

Public Methods

Increment(int)

Advances the current position of the progress bar by the specified amount.

PerformStep()

Advances the current position of the progress bar by the amount of the ToolStripProgressBar.Step property.

Protected Methods

OnRightToLeftLayoutChanged(EventArgs)

Raises the ProgressBar.RightToLeftLayoutChanged event.

override
OnSubscribeControlEvents(Control)
Documentation for this section has not yet been entered.
override
OnUnsubscribeControlEvents(Control)
Documentation for this section has not yet been entered.

Public Events

KeyDown

This event is not relevant for this class.

KeyPress

This event is not relevant for this class.

KeyUp

This event is not relevant for this class.

LocationChanged

This event is not relevant for this class.

OwnerChanged

This event is not relevant for this class.

RightToLeftLayoutChanged

Occurs when the value of the ToolStripProgressBar.RightToLeftLayout property changes.

TextChanged

This event is not relevant for this class.

Validated

This event is not relevant to this class.

Validating

This event is not relevant to this class.