Excalibur Software Cooltips 1.0
OnHide, OnShow Events
Event OnHide()
Event OnShow(ByVal hWnd As Long)
Description
These events occur when the Cooltip window is hidden and
immediately before it is displayed,
respectively.
Parameters
The OnShow event passes the hWnd parameter.
This is the window handle of the control that the Cooltip
is displaying itself for.
Remarks
When using the Cooltip with multiple controls, you should
use the OnShow event and its hWnd parameter
to determine what Caption to
display in the Cooltip window.