ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars for WinForms Task-Based Help / Menu Tasks / Adding a Menu Item After the Current Menu Item
In This Topic
    Adding a Menu Item After the Current Menu Item
    In This Topic

    To add a new menu item at design time after the last one in the current menu, complete the following steps:

    1. Place a C1MainMenu component on your form using a drag-and-drop operation.
    2. Right-click on C1MainMenu and select Append Item from the context menu. The Link to Command designer appears:
    3. Enter Menu 2 in the Text field and select OK. The graphic shows the menu item on your form at design time:
      Form at design time
    See Also