System.Windows.Forms.ProgressBar: Method Members

The methods of System.Windows.Forms.ProgressBar are listed below. For a list of all members, see the ProgressBar Members list.

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

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 ProgressBar.Step property.

override
ResetForeColor()

Resets the Control.ForeColor to its default value.

override
ToString() : string

Returns a string that represents the System.Windows.Forms.ProgressBar control.

Protected Methods

override
CreateHandle()
Documentation for this section has not yet been entered.
override
OnBackColorChanged(EventArgs)

Raises the Control.BackColorChanged event.

override
OnForeColorChanged(EventArgs)

Raises the Control.ForeColorChanged event.

override
OnHandleCreated(EventArgs)

Overrides Control.OnHandleCreated(EventArgs)

override
OnHandleDestroyed(EventArgs)

Raises the Control.HandleDestroyed event.

OnRightToLeftLayoutChanged(EventArgs)

Raises the ProgressBar.RightToLeftLayout event.