ComponentOne Menus and Toolbars for WinForms
Adding a Menu Item Before the Current Menu Item
Menus and Toolbars for WinForms Task-Based Help > Menu Tasks > Adding a Menu Item Before the Current Menu Item

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:
  3. Enter Menu 1 in the Text field and select OK. The graphic shows the menu item on your form at design time:
See Also