TTM_DELTOOLTTM_DELTOOL*
*Contents  *Index  *Topic Contents
*Previous Topic: TTM_ADDTOOL
*Next Topic: TTM_ENUMTOOLS

TTM_DELTOOL


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

Removes a tool from a tooltip control.

lpti
Address of a TOOLINFO structure. The hwnd and uId members identify the tool to remove, and the cbSize member must specify the size of the structure. All other members are ignored.

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