event ToolTip (Group as Group, Item as HITEM, ColIndex as Long, Visible as Boolean, X as Long, Y as Long, CX as Long, CY as Long)
Fired when the control prepares the object's tooltip.


| |  | Type | Description | |
| | |
Group as Group |
A Group object where the tooltip is about to appear
| |
| | |
Item as HITEM |
A long expression that indicates the item's handle or 0 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 window. The x
values is always expressed in screen coordinates.
| |
| | |
Y as Long |
A long expression that indicates the top location of the tooltip window. The y
values is always expressed in screen coordinates.
| |
| | |
CX as Long |
A long expression that indicates the width of the tooltip window.
| |
| | |
CY as Long |
A long expression that indicates the height of the tooltip window.
| |