The members of System.Windows.Forms.ProgressBar are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Initializes a new instance of the System.Windows.Forms.ProgressBar class. |
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. |
Increment(int)
| ||
PerformStep()
| ||
override | ResetForeColor()
| |
override | ToString()
|
override | CreateHandle()Documentation for this section has not yet been entered. | |
override | OnBackColorChanged(EventArgs)
| |
override | OnForeColorChanged(EventArgs)
| |
override | OnHandleCreated(EventArgs)
| |
override | OnHandleDestroyed(EventArgs)
| |
OnRightToLeftLayoutChanged(EventArgs)
|
BackColorChanged | Documentation for this section has not yet been entered. | |
BackgroundImageChanged |
Occurs when the value of the ProgressBar.BackgroundImage property changes. | |
BackgroundImageLayoutChanged |
Occurs when the value of the ProgressBar.BackgroundImageLayout property changes. | |
CausesValidationChanged |
Occurs when the value of the ProgressBar.CausesValidation property changes. | |
DoubleClick |
Occurs when the user double-clicks the control. | |
Enter |
Occurs when focus enters the System.Windows.Forms.ProgressBar control. | |
FontChanged |
Occurs when the value of the ProgressBar.Font property changes. | |
ForeColorChanged | Documentation for this section has not yet been entered. | |
ImeModeChanged |
Occurs when the value of the ProgressBar.ImeMode property changes. | |
KeyDown |
Occurs when the user presses a key while the control has focus. | |
KeyPress |
Occurs when the user presses a key while the control has focus. | |
KeyUp |
Occurs when the user releases a key while the control has focus. | |
Leave |
Occurs when focus leaves the System.Windows.Forms.ProgressBar control. | |
MouseDoubleClick |
Occurs when the user double-clicks the control. | |
PaddingChanged |
Occurs when the value of the ProgressBar.Padding property changes. | |
Paint |
Occurs when the System.Windows.Forms.ProgressBar is drawn. | |
RightToLeftChanged | Documentation for this section has not yet been entered. | |
RightToLeftLayoutChanged |
Occurs when the ProgressBar.RightToLeftLayout property changes. | |
TabStopChanged |
Occurs when the ProgressBar.TabStop property changes. | |
TextChanged |
Occurs when the ProgressBar.Text property changes. |