[]
This topic demonstrates how to customize the ToolTips by creating your own ToolTips for menus and toolbars. Both the menus and toolbars have the property called ToolTipText that provides users the ability to display ToolTips when the user mouses over a menu or a toolbar.
Select the toolbar button from the C1ToolBar control on your form.
The command link's properties for the C1ToolBar appear in the Properties Toolbox on the right-pane. Locate the C1CommandLinks properties and expand the Command properties.
Set the ShowTextAsToolTip to False.
Select the ToolTipText property and enter the information in the textbox that you want to appear when the user mouses over the toolbar button.
Save and run your application. Here is what the ToolTip text will look like for the toolbar button when you mouse over the volcano:
type=note
Note: If you leave the ShowTextAsToolTip property to its default value, True, then the toolbar button's text will be displayed when the user mouses over the toolbar button rather than the ToolTip's text. Also, delete the information that you entered for the ToolTipText property in the toolbox. The toolbar appears like the following image:
You can follow the same procedure listed above to display ToolTips for buttons on the outbar.