ComponentOne Menus and Toolbars for WinForms
Menus Appearance and Behavior
Menus and Toolbars Overview > Menus Appearance and Behavior

Menus provide a number of useful properties to control the behavior and appearance of the main menu and menu items.

C1Command's menus include a variety of appearance properties to visually enhance and customize the control. The menu's style, size, and layout can easily be customized by using the C1MainMenu's appearance properties. These properties can be set at design time through the Properties window or programmatically.

C1Command's menus also include several useful behavioral properties for wrapping, merging, and showing ToolTips in menu items.

The following section introduces some of the common appearance and behavior properties used for the C1MainMenu control.

See Also