# CommandHolder Component

Get started with Menus and Toolbars for WinForms. Create versatile menus and docking/floating toolbars. See more in documentation here.

## Content



[C1CommandHolder](/componentone/docs/win/online-menus-toolbar/) 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](/componentone/docs/win/online-menus-toolbar/) 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:

*   It is also an IExtenderProvider providing a C1ContextMenu property to all controls on the form.
*   Provides idle-time automatic update of commands' status such as visible, enabled, checked and so on

## See Also

[CommandMenu Command](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsover/commonobjectsusedtoc/c1commandmenucommand)