property ExMenu.ToolTipDelay as Long
Specifies the time in ms that passes before the ToolTip appears.

TypeDescription
Long A long expression that specifies the time in ms that passes before the ToolTip appears.

If the ToolTipDelay or ToolTipPopDelay property is 0, the control displays no tooltips. 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 ToolTipWidth property to specify the maximum size for the tooltip's window. Use the ToolTip property to assign a tooltip to an item. Use the ToolTipTitle to assign a title to the tooltip's item.