property Item.TooltipTitle(Type as RadialItemsEnum) as String
Retrieves or sets a value that indicates the title of the item's tooltip.

TypeDescription
Type as RadialItemsEnum A RadialItemsEnum expression that specifies the part of the item to assign the title.
String A String expression that defines the title of the item's tooltip. 
By default, the TooltipTitle property is empty. The TooltipTitle property retrieves or sets a value that indicates the title of the item's tooltip. The Tooltip property specifies the item's tooltip. Use the ShowToolTip method to display a custom tooltip. The ItemFromPoint property returns the item from the cursor. Use the ToolTipWidth property to specify the width of the tooltip window Use the ToolTipPopDelay property specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. Use the ToolTipFont property to change the tooltip's font. Use the Background(exToolTipAppearance) property indicates the visual appearance of the borders of the tooltips. Use the Background(exToolTipBackColor) property indicates the tooltip's background color. Use the Background(exToolTipForeColor) property indicates the tooltip's foreground color.

The following screen shot shows a tooltip when user hovers the mouse over an item: