TTM_NEWTOOLRECTTTM_NEWTOOLRECT*
*Contents  *Index  *Topic Contents
*Previous Topic: TTM_HITTEST
*Next Topic: TTM_POP

TTM_NEWTOOLRECT


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

Sets a new bounding rectangle for a tool.

lpti
Address of a TOOLINFO structure. The hwnd and uId members identify a tool, and the rect member specifies the new bounding rectangle. The cbSize member of this structure must be filled in before sending this message.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.