property ExplorerBar.AllowTooltip as Boolean
Specifies whether the control displays a tooltip when the item's caption is too long.

TypeDescription
Boolean A boolean expression that indicates whether the control displays a tooltip when the item's caption is too long

By default, the AllowTooltip property is True. Use the AllowTooltip property to disable tooltips in the control. Use the ItemToolTip property to specify the item's tooltip. The item's tooltip shows up when the cursor hovers the item. Use the GroupToolTip property to specify the tooltip for the group. The group's tooltip shows up when the cursor hovers the group's caption. Use the ToolTipWidth property to specify the width of the tooltip window. 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 ToolTipDelay property specifies the time in ms that passes before the ToolTip appears.