Returns the height of the control
#include <GuiToolTip.au3>
_GUIToolTip_GetBubbleHeight($hWnd, $hTool, $iID [, $iFlags = 48])
| $hWnd | Handle to the control |
| $hTool | Handle to the window that contains the tool |
| $iID | Identifier of the tool |
| $iFlags | [optional] Flags that control the ToolTip display: 1 - Indicates that $iID is the window handle to the tool instead of the ID 2 - Centers the window below the tool specified by $iID 4 - Indicates that text will be displayed in the opposite direction 8 - Indicates that the control should subclass the tool's window to intercept messages 16 - Positions the control next to the tool to which it corresponds 32 - Positions the window at the same coordinates provided by TTM_TRACKPOSITION 64 - Causes the control to forward mouse messages to the parent window 128 - Indicates that links in the control text should be parsed |