2 references to TTM_SETTIPBKCOLOR
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
225
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETTIPBKCOLOR
, ColorTranslator.ToWin32(backColor), 0);
929
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETTIPBKCOLOR
, ColorTranslator.ToWin32(BackColor), 0);