ComponentOne Ribbon for WinForms
C1Ribbon (Classic) Elements / Status Bar Items
In This Topic
    Status Bar Items
    In This Topic

    The C1StatusBar can hold the following items:

    For information on each Ribbon item, see Ribbon Items.

    The following Ribbon sample form shows a status bar with a progress bar in the left pane and a track bar in the right pane:
    items in status bar

    Progress Bar

    The RibbonProgressBar element displays a bar that fills in from left to right with the system highlight color as an operation progresses.

    Track Bar

    The RibbonTrackBar functions similar to the standard System.Windows.Forms.TrackBar control and is designed specifically for use in a C1StatusBar. You might use a track bar to allow the user to zoom in and zoom out of a document window.