[]
Represents a Progress Bar item.
public class RibbonProgressBar : RibbonItem, IComponent, IDisposable, IUiaRangeValueProvider
A Progress Bar visually indicates the progress of a lengthy operation such as copying files or printing documents.
Name | Description |
---|---|
RibbonProgressBar() | Creates a new instance of RibbonProgressBar. |
Name | Description |
---|---|
Height | Gets or sets the height of the progress bar. |
Maximum | Gets or sets the maximum value of the progress bar range. |
Minimum | Gets or sets the minimum value of the progress bar range. |
Step | Gets or sets the amount by which a call to the PerformStep() method increases the current position of the progress bar. |
Value | Gets or sets the current value of the progress bar range. |
Width | Gets or sets the width of the progress bar. |
Name | Description |
---|---|
Increment(int) | Advances the current position of the progress bar by the specified amount. |
OnValueChanged(EventArgs) | Raises the ValueChanged event. |
PerformStep() | Advances the current position of the progress bar by the amount of the Step property. |
Name | Description |
---|---|
ValueChanged | Fires when the Value property changes. |