![]() | Type | Description | ||
| ItemIndex as Long | A long expression that indicates the item's index or -1 if the cursor is not over the cell. | |||
| ColIndex as Long | A long expression that indicates the column's index. | |||
| Visible as Boolean | A boolean expression that indicates whether the object's tooltip is visible. | |||
| X as Long | A long expression that indicates the left location of the tooltip's window. The x values is always expressed in screen coordinates. | |||
| Y as Long | A long expression that indicates the top location of the tooltip's window. The y values is always expressed in screen coordinates. | |||
| CX as Long | A long expression that indicates the width of the tooltip's window. | |||
| CY as Long | A long expression that indicates the height of the tooltip's window. |
The ToolTip event notifies your application that the control prepares the tooltip for a cell or column. Use the ToolTip event to change the default position of the tooltip's window. Use the CellToolTip property to specify the cell's tooltip. Use the Tooltip property to assign a tooltip to a column. Use the ToolTipWidth property to specify the width of the tooltip window. Use the ToolTipDelay property to specify the time in ms that passes before the ToolTip appears. Use the ToolTipPopDelay property to specify the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.