TTM_NEWTOOLRECT (Windows CE 5.0)
This message sets a new bounding rectangle for a tool.
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 Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors