ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars Overview / Menus Appearance and Behavior / Mouse-Over Styles in Menu Items
In This Topic
    Mouse-Over Styles in Menu Items
    In This Topic

    You can apply mouse over techniques to the menu items to improve your menu interaction with users.

    The C1MainMenu component has two special properties for applying mouse-over techniques. The BackHiColor property gets the back color of the menu item when you hover your mouse over it and the ForeHiColor gets the fore color of the menu item when you hover your mouse over it.

    For more information about how to use these properties, see Modifying the Appearance of the Menus.

    See Also