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

In This Topic
    C1StatusBar Class
    In This Topic
    Represents a Status Bar control to be used with a classic C1Ribbon control in place of a standard System.Windows.Forms.StatusBar.
    Object Model
    C1StatusBar Class
    Syntax
    'Declaration
     
    Public Class C1StatusBar 
       Inherits C1.Framework.XView
    public class C1StatusBar : C1.Framework.XView 
    Remarks
    A Status Bar is a horizontal area at the bottom of an application window where an application can display various types of status information. The C1StatusBar is split into the left and right panes, each of which can contain a series of items such as labels (RibbonLabel), buttons (RibbonButton), and so on.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.ScrollableControl
                   C1.Framework.XView
                      C1.Win.C1Ribbon.C1StatusBar

    See Also