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