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

    To insert a menu item at design time, select the Insert Item option from C1MainMenu’s context menu. The Insert Item command inserts a new menu item before the current one. To insert a menu item at design time, complete the following steps:

    1. Place the C1MainMenu control on your form using a drag-and-drop operation.
    2. Right-click on C1MainMenu control and select, Insert Item from its context menu.
      The Link to Command dialog box appears:
      Link to command dialog
    3. Enter Menu 1 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