Partager via


TTM_DELTOOL (Windows CE 5.0)

Send Feedback

This message removes a tool from a ToolTip control.

TTM_DELTOOLwParam= 0;lParam= (LPARAM) (LPTOOLINFO)lpti;

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure that specifies the tool that you want to remove. The hwnd and uId members of the structure identify the tool to remove, and the cbSize member specifies the size of the structure. All other members are ignored.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.

See Also

TOOLINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.