The time, in milliseconds, before an in-place tooltip appears.

Usage

Set_Property(OLECtrlEntID, "OLE.ToolTipDelay", Value)

Values

Value can be any positive or negative whole number:

Default: 0

Remarks

When a cell's contents do not fit within the cell, a tooltip appears so the user can view all the contents--unless the ShowToolTips property is set to zero. The ToolTipDelay property lets you specify how long, in milliseconds, the user must hover over a cell before the tooltip appears.

This property does no affect header tooltips.

Example

// Only show the tooltips if the user hovers over the cell for nearly half a second
Set_Property(@Window:".OLE_EDITTABLE", "OLE.ToolTipDelay", 400)

See Also

ShowToolTipsHeaderToolTip

  • No labels