TTM_NEWTOOLRECT (Compact 2013)

3/28/2014

This message sets a new bounding rectangle for a tool.

Syntax

TTM_NEWTOOLRECT wParam = 0;
    lParam = (LPARAM) (LPTOOLINFO) lpti;

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure that identifies the tool for which you want to set a new bounding rectangle. When you send the message, specify the hwnd and uId members of the structure to identify the tool, set the rect member to indicate the new bounding rectangle, and set the cbSize member to indicate the size of the structure.

Return Value

None.

Requirements

Header

commctrl.h

See Also

Reference

ToolTips Messages
TOOLINFO