Type TOOLINFO cbSize As Long uFlags As Long hwnd As Long uId As Long cRect As RECT hinst As Long lpszText As String End Type
Поля структуры TOOLINFO содержат информацию о всплывающей подсказке
TTF_ABSOLUTE | Positions the ToolTip window at the same coordinates provided by TTM_TRACKPOSITION. This flag must be used with the TTF_TRACK flag |
TTF_CENTERTIP = &H2 | Центрирует окно подсказки под элементом, заданным в uId |
TTF_IDISHWND = &H1 | Показывает, что uId является дескриптором окна для подсказки. Если флаг не определен, то uId является идентификатором подсказки |
TTF_PARSELINKS | Indicates that links in the tooltip text should be parsed |
TTF_RTLREADING | Отображает текст слева направо. Для некоторых языков |
TTF_SUBCLASS = &H10 | Указываете на необходимость сабклассинга подсказки, чтобы обрабатывать сообщения от мыши, которые посылаются окну |
TTF_TRACK | Positions the ToolTip window next to the tool to which it corresponds and moves the window according to coordinates supplied by the TTM_TRACKPOSITION messages. You must activate this type of tool using the TTM_TRACKACTIVATE message |
TTF_TRANSPARENT | Causes the ToolTip control to forward mouse event messages to the parent window. This is limited to mouse events that occur within the bounds of the ToolTip window |