ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars Overview / Common Objects Used to Create Menus and Toolbars / CommandHolder Component
In This Topic
    CommandHolder Component
    In This Topic

    C1CommandHolder is a container for commands. It may also contain an image list for commands' images, and a few other general settings. Only one C1CommandHolder can be placed on a form. Whenever a C1Command is created, it is always added to the form's command holder. If no commands exist, it will be automatically created by the command's designer.

    Command holder provides the following features:

    See Also