System.Windows.Forms.ProgressBar: Property Members

The properties 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 Properties

override
AllowDropbool.

Overrides Control.AllowDrop.

BackColorSystem.Drawing.Color. Documentation for this section has not yet been entered.
override
BackgroundImageSystem.Drawing.Image.

Gets or sets the background image for the System.Windows.Forms.ProgressBar control.

override
BackgroundImageLayoutImageLayout.

Gets or sets the layout of the background image of the progress bar.

CausesValidationbool.

Gets or sets a value indicating whether the control, when it receives focus, causes validation to be performed on any controls that require validation.

override
FontSystem.Drawing.Font.

Gets or sets the font of text in the System.Windows.Forms.ProgressBar.

ForeColorSystem.Drawing.Color. Documentation for this section has not yet been entered.
ImeModeImeMode.

Gets or sets the input method editor (IME) for the System.Windows.Forms.ProgressBar

MarqueeAnimationSpeedint.

Gets or sets the time period, in milliseconds, that it takes the progress block to scroll across the progress bar.

Maximumint.

Gets or sets the maximum value of the range of the control.

Minimumint.

Gets or sets the minimum value of the range of the control.

PaddingPadding.

Gets or sets the space between the edges of a System.Windows.Forms.ProgressBar control and its contents.

RightToLeftRightToLeft. Documentation for this section has not yet been entered.
RightToLeftLayoutbool.

Gets or sets a value indicating whether the System.Windows.Forms.ProgressBar and any text it contains is displayed from right to left.

Stepint.

Gets or sets the amount by which a call to the ProgressBar.PerformStep method increases the current position of the progress bar.

StyleProgressBarStyle.

Gets or sets the manner in which progress should be indicated on the progress bar.

TabStopbool.

Overrides Control.TabStop.

override
Textstring.

Overrides Control.Text.

Valueint.

Gets or sets the current position of the progress bar.

Protected Properties

[read-only]
override
CreateParamsCreateParams.

Overrides Control.CreateParams.

[read-only]
override
DefaultImeModeImeMode. Documentation for this section has not yet been entered.
[read-only]
override
DefaultSizeSystem.Drawing.Size.

Gets the default size of the control.

override
DoubleBufferedbool.

Gets or sets a value indicating whether the control should redraw its surface using a secondary buffer.