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

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

    When a new C1CommandMenu 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.

    See Also