TTM_ADDTOOLTTM_ADDTOOL*
*Contents  *Index  *Topic Contents
*Previous Topic: TTM_ACTIVATE
*Next Topic: TTM_DELTOOL

TTM_ADDTOOL


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

Registers a tool with a tooltip control.

lpti
Address of a TOOLINFO structure containing information that the tooltip control needs to display text for the tool. 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.