Excalibur Software Cooltips 1.0
MouseNotify
Sub MouseNotify(ByVal hWnd As Long, ByVal nCode As TipMouseEvents)
Description
Used to notify the Cooltip of mouse events on a control that
utilizes the Cooltip.
Parameters
- hWnd - The window handle (hWnd) of the control that
received the mouse event.
- nCode - The type of mouse event that was received.
This value can be either tipMouseDown or
tipMouseMove.
Remarks
This method should not be called for controls that do not
use the Cooltip.