ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonProgressBar Class
Members

In This Topic
    RibbonProgressBar Class
    In This Topic
    Represents a Progress Bar item.
    Object Model
    RibbonProgressBar Class
    Syntax
    'Declaration
     
    Public Class RibbonProgressBar 
       Inherits RibbonItem
    public class RibbonProgressBar : RibbonItem 
    Remarks
    A Progress Bar visually indicates the progress of a lengthy operation such as copying files or printing documents.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.C1Ribbon.RibbonItem
                C1.Win.C1Ribbon.RibbonProgressBar

    See Also