次の方法で共有


TTM_UPDATETIPTEXT (Windows Embedded CE 6.0)

1/6/2010

This message sets the ToolTip text for a tool.

Syntax

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

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure. The hinst and lpszText members of the structure must specify the instance handle and the address of the text. The hwnd and uId members identify the tool to update. Set the cbSize member of this structure before you send this message.

Return Value

None.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ToolTips Messages
TOOLINFO