ComponentOne Menus and Toolbars for WinForms
Modifying the Appearance of the Menus
Menus and Toolbars for WinForms Task-Based Help > Menu Tasks > Modifying the Appearance of the Menus

To modify C1MainMenus properties, use the property editor at design time.

To customize each menu item, use the associated properties as demonstrated in the following steps:

  1. Right-click on the C1MainMenu control. Select Menu Properties in the context menu.
    Note: You can also view C1MainMenu's properties in the Properties window.
  2. Select C1MainMenu1 from the Properties drop-down box and set the related Font properties:
    • Font = Verdana
    • Font Size = 11pt
  3. Select C1MainMenu1 control from the Properties drop-down box and set the following properties:
  4. Build and run the Web application.

This topic illustrates the following:

The appearance of the C1MainMenu looks the picture:

Note: This graphic illustrates the appearance of the C1MainMenu with content that was not added in this topic.
See Also