property Group.ToolTip as Variant
Specifies the group's tooltip.

TypeDescription
Variant A string expression that indicates the group's tooltip. The ToolTip supports built-in HTML format as described here.

The ToolTip shows up when the cursor hovers the group's caption. 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 ToolTipWidth property to specify the width of the tooltip window. 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. Use the CellToolTip property to specify the cell's tooltip. Use the ShowToolTip method to programmatically display a custom tooltip.