[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonProgressBar

RibbonProgressBar Class

Represents a Progress Bar item.

Inheritance
RibbonProgressBar
Implements
IUiaRangeValueProvider
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonProgressBar : RibbonItem, IComponent, IDisposable, IUiaRangeValueProvider
Remarks

A Progress Bar visually indicates the progress of a lengthy operation such as copying files or printing documents.

Constructors

Name Description
RibbonProgressBar()

Creates a new instance of RibbonProgressBar.

Properties

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.

Methods

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.

Events

Name Description
ValueChanged

Fires when the Value property changes.