TTM_ACTIVATE
Activates or deactivates a ToolTip control.
TTM_ADDTOOL
Registers a tool with a ToolTip control.
TTM_ADJUSTRECT
Calculates a ToolTip control's text display rectangle from its window rectangle, or the ToolTip window rectangle needed to display a specified text display rectangle.
TTM_DELTOOL
Removes a tool from a ToolTip control.
TTM_ENUMTOOLS
Retrieves the information that a ToolTip control maintains about the current tool
TTM_GETBUBBLESIZE
Returns the width and height of a ToolTip control.
TTM_GETCURRENTTOOL
Retrieves the information for the current tool in a ToolTip control.
TTM_GETDELAYTIME
Retrieves the initial, pop-up, and reshow durations currently set for a ToolTip control.
TTM_GETMARGIN
Retrieves the top, left, bottom, and right margins set for a ToolTip window. A margin is the distance, in pixels, between the ToolTip window border and the text contained within the ToolTip window.
TTM_GETMAXTIPWIDTH
Retrieves the maximum width for a ToolTip window.
TTM_GETTEXT
Retrieves the information a ToolTip control maintains about a tool.
TTM_GETTIPBKCOLOR
Retrieves the background color in a ToolTip window.
TTM_GETTIPTEXTCOLOR
Retrieves the text color in a ToolTip window.
TTM_GETTITLE
Retrieve information concerning the title of a tooltip control.
TTM_GETTOOLCOUNT
Retrieves a count of the tools maintained by a ToolTip control.
TTM_GETTOOLINFO
Retrieves the information that a ToolTip control maintains about a tool.
TTM_HITTEST
Tests a point to determine whether it is within the bounding rectangle of the specified tool and, if it is, retrieves information about the tool.
TTM_NEWTOOLRECT
Sets a new bounding rectangle for a tool.
TTM_POP
Removes a displayed ToolTip window from view.
TTM_POPUP
Causes the ToolTip to display at the coordinates of the last mouse message.
TTM_RELAYEVENT
Passes a mouse message to a ToolTip control for processing.
TTM_SETDELAYTIME
Sets the initial, pop-up, and reshow durations for a ToolTip control.
TTM_SETMARGIN
Sets the top, left, bottom, and right margins for a ToolTip window. A margin is the distance, in pixels, between the ToolTip window border and the text contained within the ToolTip window.
TTM_SETMAXTIPWIDTH
Sets the maximum width for a ToolTip window.
TTM_SETTIPBKCOLOR
Sets the background color in a ToolTip window.
TTM_SETTIPTEXTCOLOR
Sets the text color in a ToolTip window.
TTM_SETTITLE
Adds a standard icon and title string to a ToolTip.
TTM_SETTOOLINFO
Sets the information that a ToolTip control maintains for a tool.
TTM_SETWINDOWTHEME
Sets the visual style of a ToolTip control.
TTM_TRACKACTIVATE
Activates or deactivates a tracking ToolTip.
TTM_TRACKPOSITION
Sets the position of a tracking ToolTip.
TTM_UPDATE
Forces the current tool to be redrawn.
TTM_UPDATETIPTEXT
Sets the ToolTip text for a tool.
TTM_WINDOWFROMPOINT
Allows a subclass procedure to cause a ToolTip to display text for a window other than the one beneath the mouse cursor.