A Progress Bar is a C1Ribbon Item used to visualize the progression of an extended task occurring within an application. The user can assign Minimum, Maximum and Value properties to the ProgressBar range.
The image below depicts a Progress Bar with a Minimum and Maximum of 0 and 100 respectively. The current Value is shown as 50 here, indicating that the task is partly completed.
The Ribbon Progress Bar can be added at design-time using the Ribbon Group Floating Toolbar or RibbonGroup Items Collection Editor. Also, you can customize the look of the RibbonProgressBar using the Ribbon Progress Bar Floating ToolBar or by editing the properties in the Properties Window. For more information about floating toolbars, refer this topic.
This image below shows the floating toolbar of ProgressBar.
A ProgressBar can also be added to the C1Ribbon control through the code using the RibbonProgressBar class. This is depicted in the code below: