ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars Overview / Menus Appearance and Behavior / Look and Feel of Menu Items
In This Topic
    Look and Feel of Menu Items
    In This Topic

    C1Command supports various settings for font style, border style, back color, and mouse-over styles for the menu items.

    You can set the text name for the toolbar button/command either in the command object as well as in its command link. However, the C1CommandLink.Text property overrides the C1Command.Text property.

    See Also