ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonProgressBar Class
Properties Methods Events


In This Topic
    RibbonProgressBar Class Members
    In This Topic

    The following tables list the members exposed by RibbonProgressBar.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of RibbonProgressBar.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the description for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets the height of the progress bar.  
    Public PropertyGets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets the maximum value of the progress bar range.  
    Public PropertyGets or sets the minimum value of the progress bar range.  
    Public PropertyGets or sets the unique name for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets the owner collection for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets the ISite of the RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets the amount by which a call to the PerformStep method increases the current position of the progress bar.  
    Public PropertyGets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyUser-defined data associated with the RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets the ToolTip string. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets the current value of the progress bar range.  
    Public PropertyGets or sets whether this RibbonItem is visible. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public PropertyGets or sets the width of the progress bar.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Clean up any resources being used. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public MethodDetermines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public MethodServes as a hash function for a particular type. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodAdvances the current position of the progress bar by the specified amount.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodAdvances the current position of the progress bar by the amount of the Step property.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the mouse enters the item. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public EventOccurs when the mouse leaves the item. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public EventFires when the Value property changes.  
    Top
    See Also