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

    The C1Ribbon containers can hold the following Ribbon items:

    Button

    The RibbonButton items in this Font group are highlighted below:
    button

    Check Box

    The check box control allows the user to validate or invalidate an option. The following Show/Hide group contains numerous RibbonCheckBox elements:


    check box

    Color Picker

    A color picker is a button that shows a drop-down color palette. Use the RibbonColorPicker to select a specific color from a preset palette. Click the color picker's drop-down arrow to reveal the color palette, which contains theme colors, standard colors, and more:
    color picker

    Combo Box

    A combo box is a combination of a drop-down list or list box and a single-line text box. The RibbonComboBox item in this Font group is highlighted below:
    combo box

    Control Host

    The RibbonControlHost element allows the user to host an arbitrary control in a RibbonGroup. For more information on using the RibbonControlHost, please see the Embedding Controls in a Ribbon topic.

    Date Picker

    A date picker control allows a user to enter a specific date in the numeric box or to choose a specific date from a drop-down calendar. Click the DatePicker's drop-down arrow to choose a date from the calendar:
    date picker

    Text Box

    Represents a text box control. The RibbonTextBox element in this Proofing group is highlighted below:
    text box

    Gallery

    A gallery consists of gallery groups. The RibbonGallery is designed to allow the user to select items visually in a grid or menu-like layout. This results-oriented approach allows users to quickly see the features and make a selection from a group of items. A gallery may be displayed in either collapsed or expanded view.

    For example, a user can view a gallery with different styles, preview the results, and choose a design without having to navigate through a number of menus and dialog boxes:
    gallery

    You can also choose to create a style using the Styles dropdown:
    ribbon items gallery

    Font Combo Box

    RibbonFontComboBox is a combination of a drop-down list or list box that shows available font styles and a single-line text box. Click the font combo box to reveal the list of available font styles:
    font combobox

    Label

    The RibbonLabel elements in this Clipboard group are highlighted below:
    items label

    Menu

    This is a button that shows a drop-down menu. Use a menu button when you need a menu for a small set of related commands. The following Styles group contains a RibbonMenu item:
    menu

    Numeric Box

    The numeric box allows the user to to select a number by using the increment and decrement buttons or by entering a number is the numeric box:
    numeric box

    Separator

    The separator item can be used in a Ribbon group, toolbar, or drop-down element to visually separate groups of Ribbon items. The RibbonSeparator items in this Paragraph group are highlighted below:
    separator

    Split Button

    A split button combines a regular button and a drop-down list. Use a split button to combine a set of variations of a command, especially when one of the commands is used often. The RibbonSplitButton elements in this Paragraph group are highlighted below:
    split button

    Time Picker

    The time picker control allows the user to enter a specific time in the numeric box or to choose a specific time using the increment and decrement buttons.
    time picker

    Toggle Button

    A toggle button displays like a command button, but works like a check box. This element can be grouped using the ToggleGroupName property. The RibbonToggleButton elements in this Paragraph group are highlighted below:
    toggle button

    RibbonAppMenuTab

    The application menu tab allows user to display a hosted control on the right side of the menu. This item is only available in the application menu for the WholeForm appearance.
    app menu tab