TTM_NEWTOOLRECT (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |