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

    You can apply mouse over techniques to the toolbar buttons to improve your toolbar interaction with users.

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

    For more information about using these properties, see Modifying the Appearance of the Toolbar.

    See Also