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