TTM_UPDATETIPTEXTTTM_UPDATETIPTEXT*
*Contents  *Index  *Topic Contents
*Previous Topic: TTM_UPDATE
*Next Topic: TTM_WINDOWFROMPOINT

TTM_UPDATETIPTEXT


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

Sets the tooltip text for a tool.

lpti
Address of a TOOLINFO structure. The hinst and lpszText members must specify the instance handle and the address of the text. The hwnd and uId members identify the tool to update. 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.