TTM_SETTIPBKCOLOR (Windows CE 5.0)

Send Feedback

This message sets the background color for a ToolTip window.

TTM_SETTIPBKCOLOR wParam= (WPARAM)(COLORREF) clr;lParam= 0;

Parameters

  • clr
    Value of type COLORREF that specifies the new background color.
  • lParam
    Not used. Set to 0.

Return Values

None.

Requirements

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

See Also

TTM_GETTIPBKCOLOR | COLORREF

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.