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
override | AllowDrop | bool.
Overrides Control.AllowDrop. |
BackColor | System.Drawing.Color. Documentation for this section has not yet been entered. | |
override | BackgroundImage | System.Drawing.Image.
Gets or sets the background image for the System.Windows.Forms.ProgressBar control. |
override | BackgroundImageLayout | ImageLayout.
Gets or sets the layout of the background image of the progress bar. |
CausesValidation | bool.
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 | Font | System.Drawing.Font.
Gets or sets the font of text in the System.Windows.Forms.ProgressBar. |
ForeColor | System.Drawing.Color. Documentation for this section has not yet been entered. | |
ImeMode | ImeMode.
Gets or sets the input method editor (IME) for the System.Windows.Forms.ProgressBar | |
MarqueeAnimationSpeed | int.
Gets or sets the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. | |
Maximum | int.
Gets or sets the maximum value of the range of the control. | |
Minimum | int.
Gets or sets the minimum value of the range of the control. | |
Padding | Padding.
Gets or sets the space between the edges of a System.Windows.Forms.ProgressBar control and its contents. | |
RightToLeft | RightToLeft. Documentation for this section has not yet been entered. | |
RightToLeftLayout | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ProgressBar and any text it contains is displayed from right to left. | |
Step | int.
Gets or sets the amount by which a call to the ProgressBar.PerformStep method increases the current position of the progress bar. | |
Style | ProgressBarStyle.
Gets or sets the manner in which progress should be indicated on the progress bar. | |
TabStop | bool.
Overrides Control.TabStop. | |
override | Text | string.
Overrides Control.Text. |
Value | int.
Gets or sets the current position of the progress bar. |
[read-only] override | CreateParams | CreateParams.
Overrides Control.CreateParams. |
[read-only] override | DefaultImeMode | ImeMode. Documentation for this section has not yet been entered. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |
override | DoubleBuffered | bool.
Gets or sets a value indicating whether the control should redraw its surface using a secondary buffer. |