Share via


TTM_DELTOOL (Compact 2013)

3/28/2014

This message removes a tool from a ToolTip control.

Syntax

TTM_DELTOOL wParam = 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 Value

None.

Requirements

Header

commctrl.h

See Also

Reference

ToolTips Messages
TOOLINFO