GetToolTipHandle method


Available for all window objects (Window, MDIWindow and DialogBox).

Prototype

GetToolTipHandle Proto hWnd:HWND

Syntax

Invoke GetToolTipHandle, hWnd

Function

Gets the tooltip handle for a window object (see the ToolTip property).

Parameters

hWnd

Handle to the window object.

Return value

Eax returns the handle to the tooltip.


REMARKS: If no tooltip is available the return value is NULL.