CToolTipCtrl::SetTipBkColor

Sets the background color in a tool tip window.

void SetTipBkColor(
   COLORREF clr 
);

Parameters

  • clr
    The new background color.

Remarks

This member function implements the behavior of the Win32 message TTM_SETTIPBKCOLOR, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CToolTipCtrl Class

Hierarchy Chart

CToolTipCtrl::GetTipBkColor

Other Resources

CToolTipCtrl Members