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

A ToolTip is used to display text when the mouse hovers over the control. C1MainMenu provides a ShowToolTips property that displays the value of the Text property as a ToolTip for each menu item. This property is enabled by default.

If you would like to enter custom text for the ToolTip of each menu item you can through setting the ShowTextAsToolTip to False, and then setting custom text for the ToolTipText property.

For more information how to use the ToolTips, see Displaying ToolTips for Menus and Toolbars.

See Also