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.

 TypeDescription 
   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.  
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 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. The ToolTipDelay property specifies the time in ms that passes before the ToolTip appears.  The ToolTipPopDelay specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.