Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

Code Block
 // 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