The members of System.Windows.Forms.ToolStripProgressBar are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStripControlHost
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. |
override | BackgroundImage | System.Drawing.Image.
This property is not relevant to this class. |
override | BackgroundImageLayout | ImageLayout.
This property is not relevant to this class. |
MarqueeAnimationSpeed | int.
Gets or sets a value representing the delay between each ProgressBarStyle.Marquee display update, in milliseconds. | |
Maximum | int.
Gets or sets the upper bound of the range that is defined for this System.Windows.Forms.ToolStripProgressBar. | |
Minimum | int.
Gets or sets the lower bound of the range that is defined for this System.Windows.Forms.ToolStripProgressBar. | |
[read-only] | ProgressBar | ProgressBar.
Gets the System.Windows.Forms.ProgressBar. |
RightToLeftLayout | bool.
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. | |
Step | int.
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. | |
Style | ProgressBarStyle.
Gets or sets the style of the System.Windows.Forms.ToolStripProgressBar. | |
override | Text | string.
Gets or sets the text displayed on the System.Windows.Forms.ToolStripProgressBar. |
Value | int.
Gets or sets the current value of the System.Windows.Forms.ToolStripProgressBar. |
[read-only] override | DefaultMargin | Padding.
Gets the spacing between the System.Windows.Forms.ToolStripProgressBar and adjacent items. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the height and width of the System.Windows.Forms.ToolStripProgressBar in pixels. |
Increment(int)
| ||
PerformStep()
|
OnRightToLeftLayoutChanged(EventArgs)
| ||
override | OnSubscribeControlEvents(Control)Documentation for this section has not yet been entered. | |
override | OnUnsubscribeControlEvents(Control)Documentation for this section has not yet been entered. |
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. |