# CommandMenu Command

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

## Content



The **C1CommandMenu** component is a command (derives from the [C1Command](/componentone/docs/win/online-menus-toolbar/) base class) that is a menu. In addition to other [C1Command](/componentone/docs/win/online-menus-toolbar/) properties, it contains a collection of command links which are the menu items of this menu. [C1CommandMenu](/componentone/docs/win/online-menus-toolbar/) can be included in another menu as a sub-menu.

When a new [C1CommandMenu](/componentone/docs/win/online-menus-toolbar/) is created, an empty command link is automatically added to it in the same way as an empty command link was automatically added to the new main menu.

For more information about using the **C1CommandMenu** command, please see [Menu Tasks](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsforw2/menutasks).

## See Also

[ContextMenu Control](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsover/commonobjectsusedtoc/c1contextmenucontrol)