2 references to TTM_SETTIPTEXTCOLOR
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
290
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETTIPTEXTCOLOR
, ColorTranslator.ToWin32(foreColor), 0);
932
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETTIPTEXTCOLOR
, ColorTranslator.ToWin32(ForeColor), 0);