ComponentOne Ribbon for WinForms
Design-Time Support / C1Ribbon Collection Editors / Quick Access Toolbar Collection Editors
In This Topic
    Quick Access Toolbar Collection Editors
    In This Topic

    The Quick Access Toolbar (QAT) consists of the following collection editors:

    The QAT's collection editors allow you to add or remove Ribbon items to and from the QAT or QAT's menu. Additionally, you can edit the item's properties.

    QAT Items Collection Editor

    To add, remove, or edit the items in the QAT, use the QAT Items Collection Editor:


    Items Collection Editor of Quick Access Toolbar

    Selecting an item in the Existing Items list and clicking the > button adds the item to the QAT Items list. You can arrange the items in the QAT Items list using the up and down arrow buttons.

    To access the QAT Items Collection Editor:

    1. Add a C1Ribbon control to the Ribbon Form.
    2. Click the C1Ribbon control to activate it.
    3. In the Properties window, expand the Qat property node, click on the (Collection) next to the Items property, then click the ellipsis button.
      The QAT Items Collection Editor appears.

    QAT MenuItems Collection Editor

    To add, remove, or edit the items in the QAT's menu (hot list), use the QAT MenuItems Collection Editor:


    MenuItems Collection Editor of QAT

    Selecting an item in the Existing Items list and clicking the > button adds the item to the QAT MenuItems list. You can arrange the items in the QAT MenuItems list using the up and down arrow buttons.

    To access the QAT MenuItems Collection Editor:

    1. Add a C1Ribbon control to the Ribbon Form.
    2. Click the C1Ribbon control to activate it.
    3. In the Properties window, expand the Qat property node, click on the (Collection) next to the MenuItems property, then click the ellipsis button.
      The QAT MenuItems Collection Editor appears.